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-04.14:46:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483541173.33.0.931483633089.issue28180@psf.upfronthosting.co.za>
In-reply-to
Content
The default encoding in the C/POSIX locale is ASCII (which is the entire source of the problem).

The initial verison of the PEP I uploaded didn't explain that background, but I added a section about it in the update earlier this week: https://www.python.org/dev/peps/pep-0538/#background
History
Date User Action Args
2017-01-04 14:46:13ncoghlansetrecipients: + ncoghlan, lemburg, barry, vstinner, ezio.melotti, r.david.murray, methane, akira, Sworddragon, yan12125, abarry, Jan Niklas Hasse
2017-01-04 14:46:13ncoghlansetmessageid: <1483541173.33.0.931483633089.issue28180@psf.upfronthosting.co.za>
2017-01-04 14:46:13ncoghlanlinkissue28180 messages
2017-01-04 14:46:13ncoghlancreate