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.

作者 amaury.forgeotdarc
收信人 amaury.forgeotdarc, ezio.melotti, lemburg
日期 2010-07-08.11:02:22
SpamBayes Score 0.09447101
Marked as misclassified
Message-id <1278586943.84.0.984113217925.issue9198@psf.upfronthosting.co.za>
In-reply-to
内容
> A more accurate approach would be to actually try to encode the string
> and escape only the chars that can't be encoded

This is already the case with sys.stderr, it uses the "backslashreplace" error handler. Do you suggest the same for sys.stdout?
历史
日期 用户 动作 参数
2010-07-08 11:02:24amaury.forgeotdarc修改recipients: + amaury.forgeotdarc, lemburg, ezio.melotti
2010-07-08 11:02:23amaury.forgeotdarc修改messageid: <1278586943.84.0.984113217925.issue9198@psf.upfronthosting.co.za>
2010-07-08 11:02:22amaury.forgeotdarc链接issue9198 messages
2010-07-08 11:02:22amaury.forgeotdarc创建