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 loewis
Recipients asvetlov, ezio.melotti, loewis, pitrou, roger.serwy, serhiy.storchaka, vstinner
Date 2012-04-28.17:43:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335635006.16.0.515061626541.issue14304@psf.upfronthosting.co.za>
In-reply-to
Content
The patch is incorrect, i.e. it deviates from what the command line interface does. When you try to write to sys.stdout, and the characters are not supported you get UnicodeError. Only when it is interactive mode, and tries to represent some result, ascii escaping happens.
History
Date User Action Args
2012-04-28 17:43:26loewissetrecipients: + loewis, pitrou, vstinner, ezio.melotti, roger.serwy, asvetlov, serhiy.storchaka
2012-04-28 17:43:26loewissetmessageid: <1335635006.16.0.515061626541.issue14304@psf.upfronthosting.co.za>
2012-04-28 17:43:25loewislinkissue14304 messages
2012-04-28 17:43:25loewiscreate