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 belopolsky, ezio.melotti, vstinner
Date 2010-12-02.01:48:10
SpamBayes Score 5.8869155e-05
Marked as misclassified No
Message-id <1291254491.47.0.673140916801.issue10601@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-12-02 01:48:11vstinnersetrecipients: + vstinner, belopolsky, ezio.melotti
2010-12-02 01:48:11vstinnersetmessageid: <1291254491.47.0.673140916801.issue10601@psf.upfronthosting.co.za>
2010-12-02 01:48:10vstinnerlinkissue10601 messages
2010-12-02 01:48:10vstinnercreate