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 barry, methane, ncoghlan, vstinner
Date 2017-06-18.02:32:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497753149.02.0.451965670232.issue30565@psf.upfronthosting.co.za>
In-reply-to
Content
OK, PEP 538 is effectively disabled on FreeBSD and Mac OS X now, and the locale coercion and compatibility warnings are off by default everywhere.

PYTHONCOERCECLOCALE=warn is explicitly documented as a debugging tool for use when folks already suspect that locale coercion or legacy locale incompatibility might be to blame for particular problems that they're seeing.
History
Date User Action Args
2017-06-18 02:32:29ncoghlansetrecipients: + ncoghlan, barry, vstinner, methane
2017-06-18 02:32:29ncoghlansetmessageid: <1497753149.02.0.451965670232.issue30565@psf.upfronthosting.co.za>
2017-06-18 02:32:28ncoghlanlinkissue30565 messages
2017-06-18 02:32:28ncoghlancreate