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 serhiy.storchaka
Recipients ncoghlan, serhiy.storchaka, vstinner
Date 2016-04-08.10:46:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460112369.78.0.351601508503.issue25339@psf.upfronthosting.co.za>
In-reply-to
Content
Making "PYTHONIOENCODING=ascii" to mean "PYTHONIOENCODING=ascii:surrogateescape" is different (and may be more complex) issue. What error handler should use open(name, encoding='ascii')? open(name) in POSIX locale?

This issue is about incorrect working of PYTHONIOENCODING in POSIX locale.
History
Date User Action Args
2016-04-08 10:46:09serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, vstinner
2016-04-08 10:46:09serhiy.storchakasetmessageid: <1460112369.78.0.351601508503.issue25339@psf.upfronthosting.co.za>
2016-04-08 10:46:09serhiy.storchakalinkissue25339 messages
2016-04-08 10:46:09serhiy.storchakacreate