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 serhiy.storchaka
Recipients ezio.melotti, loewis, serhiy.storchaka, umedoblock
Date 2013-02-08.13:29:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360330187.9.0.279681007824.issue17156@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch for 3.x, which correctly detects input file encoding and correctly escapes non-ascii output files if -E specified (and only if it specified).

For 2.7 we should just negate an argument for make_escapes.
History
Date User Action Args
2013-02-08 13:29:47serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, ezio.melotti, umedoblock
2013-02-08 13:29:47serhiy.storchakasetmessageid: <1360330187.9.0.279681007824.issue17156@psf.upfronthosting.co.za>
2013-02-08 13:29:47serhiy.storchakalinkissue17156 messages
2013-02-08 13:29:47serhiy.storchakacreate