➜

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.

作者 vstinner
收信人 belopolsky, ezio.melotti, vstinner
日期 2010-12-02.01:48:10
SpamBayes Score 5.8869155e-05
Marked as misclassified 否
Message-id <1291254491.47.0.673140916801.issue10601@psf.upfronthosting.co.za>
In-reply-to
内容
This issue is opposed to the PEP 3128:

<< Default error-handler of sys.stdout should be 'backslashreplace'.

Stuff written to stdout might be consumed by another program that might misinterpret the escapes. For interactive session, it is possible to make 'backslashreplace' error-handler to default, but may add confusion of the kind "it works in interactive mode but not when redirecting to a file". >>

But if you read #1602, #5110 and #9198, you will see that not everybody agrees with the PEP.
历史
日期 用户 动作 参数
2010-12-02 01:48:11vstinner修改recipients: + vstinner, belopolsky, ezio.melotti
2010-12-02 01:48:11vstinner修改messageid: <1291254491.47.0.673140916801.issue10601@psf.upfronthosting.co.za>
2010-12-02 01:48:10vstinner链接issue10601 messages
2010-12-02 01:48:10vstinner创建