Message157380
| 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:59 | vstinner | set | recipients: + vstinner, tdb |
| 2012-04-02 20:03:59 | vstinner | set | messageid: <1333397039.31.0.960245648912.issue14475@psf.upfronthosting.co.za> |
| 2012-04-02 20:03:58 | vstinner | link | issue14475 messages |
| 2012-04-02 20:03:58 | vstinner | create | |