Nick Coghlan added the comment: 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) ---------- Added file: http://bugs.python.org/file46205/pep538_coerce_legacy_c_locale_v3.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue28180> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com