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 vstinner
Recipients tdb, vstinner
Date 2012-04-02.20:03:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333397039.31.0.960245648912.issue14475@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, yet another bug in in codecs.StreamReader. I should add it to the PEP :-)
http://www.python.org/dev/peps/pep-0400/

Use io.TextIOWrapper (open) instead of codecs.StreamReader (codecs.open), it's bugfree :-)
History
Date User Action Args
2012-04-02 20:03:59vstinnersetrecipients: + vstinner, tdb
2012-04-02 20:03:59vstinnersetmessageid: <1333397039.31.0.960245648912.issue14475@psf.upfronthosting.co.za>
2012-04-02 20:03:58vstinnerlinkissue14475 messages
2012-04-02 20:03:58vstinnercreate