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 Robert.Sjöblom, ezio.melotti, loewis, pitrou
Date 2012-03-11.18:18:16
SpamBayes Score 1.0335049e-06
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
Robert: this is not a bug. Python's IO stack has the fundamental assumption that streams are byte-oriented. So the "shouldn't be the output in Unicode" is not a possible solution, since Unicode cannot work on a byte stream.

As a feature request, this is indeed a duplicate of 1602.
History
Date User Action Args
2012-03-11 18:18:17loewissetrecipients: + loewis, pitrou, ezio.melotti, Robert.Sjöblom
2012-03-11 18:18:17loewissetmessageid: <[email protected]>
2012-03-11 18:18:17loewislinkissue14253 messages
2012-03-11 18:18:16loewiscreate