Message284952
Uploaded one last version of the patch implementing the previous PEP 538 design. This refactors the test cases so they systematically cover 4 cases that we expect to be reported as "the C locale":
- LC_ALL, LC_CTYPE, and LANG all empty
- one of them set to "C", others empty
- one of them set to "POSIX", others empty
- one of them set to an unknown locale, others empty
The next version of the patch will update it to match the latest draft of the PEP (PYTHONCOERCECLOCALE, different message wording, etc) |
|
Date |
User |
Action |
Args |
2017-01-08 02:22:41 | ncoghlan | set | recipients:
+ ncoghlan, lemburg, barry, vstinner, ezio.melotti, r.david.murray, methane, akira, deleted250130, yan12125, abarry, Jan Niklas Hasse |
2017-01-08 02:22:40 | ncoghlan | set | messageid: <1483842160.91.0.371058285475.issue28180@psf.upfronthosting.co.za> |
2017-01-08 02:22:40 | ncoghlan | link | issue28180 messages |
2017-01-08 02:22:40 | ncoghlan | create | |
|