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 vstinner
Recipients Arfrever, a.badger, abadger1999, benjamin.peterson, ezio.melotti, lemburg, ncoghlan, pitrou, r.david.murray, serhiy.storchaka, vstinner
Date 2013-08-22.09:24:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwamQKbFY4o5L2zMHyg886RvVjxSs=ksLx=rFOBypdm-ZA@mail.gmail.com>
In-reply-to <461460788.4620661.1377163300378.JavaMail.root@zimbra10-e2.priv.proxad.net>
Content
>> Serhiy Storchaka also noticed (in the review of my patch) than errors
>> is "strict" when PYTHONIOENCODING=utf-8 is used. We should also use
>> surrogateescape if only the encoding is changed.
> I don't understand what you say. Could you rephrase?

With my patch, sys.stdin.errors is "surrogateescape" by default, but
it is "strict" when the PYTHONIOENCODING environment variable is set
to "utf-8".
History
Date User Action Args
2013-08-22 09:24:54vstinnersetrecipients: + vstinner, lemburg, ncoghlan, pitrou, abadger1999, benjamin.peterson, ezio.melotti, a.badger, Arfrever, r.david.murray, serhiy.storchaka
2013-08-22 09:24:54vstinnerlinkissue18713 messages
2013-08-22 09:24:54vstinnercreate