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 abbeyj
Recipients abbeyj, vstinner
Date 2009-07-30.01:29:26
SpamBayes Score 5.5750275e-05
Marked as misclassified No
Message-id <1248917370.8.0.496857960368.issue5093@psf.upfronthosting.co.za>
In-reply-to
Content
The --no-diffs option was recently added which looks like a good workaround.

Here's an attempt at a solution.  If sys.stdout has an encoding set then
use that, just as is being done now.  If there is no encoding (implying
"ascii") then use the encoding of the input file.
History
Date User Action Args
2009-07-30 01:29:35abbeyjsetrecipients: + abbeyj, vstinner
2009-07-30 01:29:30abbeyjsetmessageid: <1248917370.8.0.496857960368.issue5093@psf.upfronthosting.co.za>
2009-07-30 01:29:29abbeyjlinkissue5093 messages
2009-07-30 01:29:29abbeyjcreate