Message 293281 - Python tracker
Message293281
| Author | ncoghlan |
|---|---|
| Recipients | brett.cannon, cstratak, eric.snow, ncoghlan, petr.viktorin, python-dev, steve.dower |
| Date | 2017-05-09.06:10:51 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1494310251.92.0.0811494215605.issue24932@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Based on the latest round of PEP 538 review, the related test case that currently relies on _testembed is going to be able to be simplified to just setting LC_ALL=C when calling the subprocess (the amount of code it's letting me delete from the draft patch is further persuading me that changing the env var updates from "LC_ALL & LANG" to "LC_CTYPE & LANG" is the right call). That means that change will also eliminate the dependence on this test suite enhancement for backports. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-05-09 06:10:52 | ncoghlan | set | recipients: + ncoghlan, brett.cannon, petr.viktorin, python-dev, eric.snow, steve.dower, cstratak |
| 2017-05-09 06:10:51 | ncoghlan | set | messageid: <1494310251.92.0.0811494215605.issue24932@psf.upfronthosting.co.za> |
| 2017-05-09 06:10:51 | ncoghlan | link | issue24932 messages |
| 2017-05-09 06:10:51 | ncoghlan | create | |