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 Sworddragon, larry, lemburg, loewis, ncoghlan, pitrou, r.david.murray, serhiy.storchaka, terry.reedy, vstinner
Date 2013-12-08.11:52:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386503528.06.0.276463961672.issue19846@psf.upfronthosting.co.za>
In-reply-to
Content
Setting sys.stderr encoding to UTF-8 on ASCII locale is wrong. sys.stderr has the backslashreplace error handler by default, so it newer fails and should newer produce non-ASCII data on ASCII locale.
History
Date User Action Args
2013-12-08 11:52:08serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, loewis, terry.reedy, ncoghlan, pitrou, vstinner, larry, r.david.murray, Sworddragon
2013-12-08 11:52:08serhiy.storchakasetmessageid: <1386503528.06.0.276463961672.issue19846@psf.upfronthosting.co.za>
2013-12-08 11:52:08serhiy.storchakalinkissue19846 messages
2013-12-08 11:52:08serhiy.storchakacreate