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 eric.araujo
Recipients amaury.forgeotdarc, eric.araujo, mnewman, r.david.murray, tati_alchueyr, vstinner
Date 2012-03-13.00:40:42
SpamBayes Score 0.039584536
Marked as misclassified No
Message-id <1331599243.58.0.349501803676.issue5758@psf.upfronthosting.co.za>
In-reply-to
Content
We can use locale.getpreferredencoding, or be smarter and just pass down encoding=encoding to TextIOWrapper and let *it* call getpreferredencoding if it’s given a None :)
History
Date User Action Args
2012-03-13 00:40:43eric.araujosetrecipients: + eric.araujo, amaury.forgeotdarc, vstinner, r.david.murray, mnewman, tati_alchueyr
2012-03-13 00:40:43eric.araujosetmessageid: <1331599243.58.0.349501803676.issue5758@psf.upfronthosting.co.za>
2012-03-13 00:40:43eric.araujolinkissue5758 messages
2012-03-13 00:40:43eric.araujocreate