This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients Jan Niklas Hasse, Sworddragon, abarry, akira, barry, ezio.melotti, lemburg, methane, ncoghlan, r.david.murray, vstinner, yan12125
Date 2017-01-08.02:22:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483842160.91.0.371058285475.issue28180@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2017-01-08 02:22:41ncoghlansetrecipients: + ncoghlan, lemburg, barry, vstinner, ezio.melotti, r.david.murray, methane, akira, Sworddragon, yan12125, abarry, Jan Niklas Hasse
2017-01-08 02:22:40ncoghlansetmessageid: <1483842160.91.0.371058285475.issue28180@psf.upfronthosting.co.za>
2017-01-08 02:22:40ncoghlanlinkissue28180 messages
2017-01-08 02:22:40ncoghlancreate