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.

作者 loewis
收信人 Robert.Sjöblom, ezio.melotti, loewis, pitrou
日期 2012-03-11.18:18:16
SpamBayes Score 1.0335049e-06
Marked as misclassified
Message-id <1331489897.69.0.403838676663.issue14253@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2012-03-11 18:18:17loewis修改recipients: + loewis, pitrou, ezio.melotti, Robert.Sjöblom
2012-03-11 18:18:17loewis修改messageid: <1331489897.69.0.403838676663.issue14253@psf.upfronthosting.co.za>
2012-03-11 18:18:17loewis链接issue14253 messages
2012-03-11 18:18:16loewis创建