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 amaury.forgeotdarc, benjamin.peterson, ezio.melotti, georg.brandl, vstinner
Date 2010-05-21.23:46:53
SpamBayes Score 2.6481885e-05
Marked as misclassified No
Message-id <1274485617.78.0.349106682792.issue3798@psf.upfronthosting.co.za>
In-reply-to
Content
I applied a similar patch to py3k (r81457) to use sys.stderr encoding and error handler, instead of the default encoding (utf8).

Wait for the buildbot before backporting to 3.1.
History
Date User Action Args
2010-05-21 23:46:57vstinnersetrecipients: + vstinner, georg.brandl, amaury.forgeotdarc, benjamin.peterson, ezio.melotti
2010-05-21 23:46:57vstinnersetmessageid: <1274485617.78.0.349106682792.issue3798@psf.upfronthosting.co.za>
2010-05-21 23:46:54vstinnerlinkissue3798 messages
2010-05-21 23:46:53vstinnercreate