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, vstinner
Date 2013-08-22.00:36:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377131789.41.0.386680783224.issue18713@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch changes the error handle of stdin, stdout and stderr to surrogateescape by default. It can still be changed explicitly using the PYTHONIOENCODING environment variable.
History
Date User Action Args
2013-08-22 00:36:29vstinnersetrecipients: + vstinner, lemburg, ncoghlan, pitrou, abadger1999, benjamin.peterson, ezio.melotti, a.badger, Arfrever, r.david.murray
2013-08-22 00:36:29vstinnersetmessageid: <1377131789.41.0.386680783224.issue18713@psf.upfronthosting.co.za>
2013-08-22 00:36:29vstinnerlinkissue18713 messages
2013-08-22 00:36:29vstinnercreate