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 Arfrever, brett.cannon, eric.snow, ncoghlan, serhiy.storchaka
Date 2015-09-30.09:22:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443604980.71.0.715174953757.issue25182@psf.upfronthosting.co.za>
In-reply-to
Content
Before importing the io module sys.stderr is stdprinter. It always encodes written string to UTF-8. Proposed patch makes it to use the backslashreplace error handler.

In future perhaps we could implement stdprinter in Python.
History
Date User Action Args
2015-09-30 09:23:00serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ncoghlan, Arfrever, eric.snow
2015-09-30 09:23:00serhiy.storchakasetmessageid: <1443604980.71.0.715174953757.issue25182@psf.upfronthosting.co.za>
2015-09-30 09:23:00serhiy.storchakalinkissue25182 messages
2015-09-30 09:23:00serhiy.storchakacreate