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 cvrebert, denilsonsa, eric.araujo, ezio.melotti, georg.brandl, ggenellina, hongqn, pitrou, srid, ssbarnea, steven.daprano, vstinner, zuo
Date 2010-08-14.14:26:34
SpamBayes Score 2.1724769e-05
Marked as misclassified No
Message-id <1281795999.31.0.678145496095.issue4947@psf.upfronthosting.co.za>
In-reply-to
Content
> Your patch threatens to break compatibility

Yes it does. But I think that nobody relies on this bug. If your terminal uses something that utf-8, you will see strange characters if you write something else than ascii characters. I supopse that anybody facing this problem uses a workaround like replacing sys.stdout object, encode manually each string with the right encoding or something else.
History
Date User Action Args
2010-08-14 14:26:39vstinnersetrecipients: + vstinner, georg.brandl, ggenellina, pitrou, hongqn, ezio.melotti, eric.araujo, steven.daprano, zuo, ssbarnea, cvrebert, srid, denilsonsa
2010-08-14 14:26:39vstinnersetmessageid: <1281795999.31.0.678145496095.issue4947@psf.upfronthosting.co.za>
2010-08-14 14:26:35vstinnerlinkissue4947 messages
2010-08-14 14:26:34vstinnercreate