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 r.david.murray
Recipients amaury.forgeotdarc, eric.araujo, mnewman, r.david.murray, tati_alchueyr, vstinner
Date 2012-03-13.15:11:24
SpamBayes Score 0.0003214528
Marked as misclassified No
Message-id <1331651484.99.0.171697742283.issue5758@psf.upfronthosting.co.za>
In-reply-to
Content
It also occurs to me that this fix makes the charset hook look rather odd.  We could render it redundant by passing charset to open in the non-openhook case, and mark it deprecated.

There is also a bug in the hook_encoding docs.  It says the file is opened with codecs.open, but that is not the case, regular open is used.
History
Date User Action Args
2012-03-13 15:11:25r.david.murraysetrecipients: + r.david.murray, amaury.forgeotdarc, vstinner, eric.araujo, mnewman, tati_alchueyr
2012-03-13 15:11:24r.david.murraysetmessageid: <1331651484.99.0.171697742283.issue5758@psf.upfronthosting.co.za>
2012-03-13 15:11:24r.david.murraylinkissue5758 messages
2012-03-13 15:11:24r.david.murraycreate