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 benjamin.peterson, lemburg, mattheww, ncoghlan, serhiy.storchaka
Date 2017-06-30.02:20:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498789213.08.0.901554214638.issue30755@psf.upfronthosting.co.za>
In-reply-to
Content
I'm honestly not sure how our Python level locale handling really works (I've mainly worked on the lower level C locale manipulation), so adding folks to the nosy list based on #20076 and #29571.

I agree we shouldn't be aliasing C.UTF-8 to en_US.UTF-8 though - we took en_US.UTF-8 out of the locale coercion fallback list in PEP 538 because it wasn't really right.
History
Date User Action Args
2017-06-30 02:20:13ncoghlansetrecipients: + ncoghlan, lemburg, mattheww, benjamin.peterson, serhiy.storchaka
2017-06-30 02:20:13ncoghlansetmessageid: <1498789213.08.0.901554214638.issue30755@psf.upfronthosting.co.za>
2017-06-30 02:20:13ncoghlanlinkissue30755 messages
2017-06-30 02:20:12ncoghlancreate