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 pcshyamshankar
Recipients georg.brandl, pcshyamshankar
Date 2009-04-23.08:42:50
SpamBayes Score 0.00043866786
Marked as misclassified No
Message-id <1240476171.88.0.291496090362.issue5820@psf.upfronthosting.co.za>
In-reply-to
Content
The suggestion that non-ASCII based encodings should be wrapped in a 
codecs.getreader instance has a small bug, ie instead of 
codecs.getreader(fp)(encoding), it should be the other way around, 
codecs.getreader(encoding)(fp).

It's a very small bug, and I've got a very small patch for it.

It's my first bug report/patch, so please tell me if I've done 
something stupid :)
History
Date User Action Args
2009-04-23 08:42:52pcshyamshankarsetrecipients: + pcshyamshankar, georg.brandl
2009-04-23 08:42:51pcshyamshankarsetmessageid: <1240476171.88.0.291496090362.issue5820@psf.upfronthosting.co.za>
2009-04-23 08:42:50pcshyamshankarlinkissue5820 messages
2009-04-23 08:42:50pcshyamshankarcreate