Message159129
| Author | serhiy.storchaka |
|---|---|
| Recipients | ezio.melotti, gvanrossum, kennyluck, lemburg, loewis, serhiy.storchaka, tchrist, vstinner |
| Date | 2012-04-24.09:54:07 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1335261248.36.0.924210945754.issue12892@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> * fix an error in the error handler for utf-16-le. (In, Python3.2 b'\xdc\x80\x00\x41'.decode('utf-16-be', 'ignore') returns "\x00" instead of "A" for some reason)
The patch for issue14579 fixes this in Python 3.2.
The patch for issue14624 fixes this in Python 3.3. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-04-24 09:54:08 | serhiy.storchaka | set | recipients: + serhiy.storchaka, lemburg, gvanrossum, loewis, vstinner, ezio.melotti, tchrist, kennyluck |
| 2012-04-24 09:54:08 | serhiy.storchaka | set | messageid: <1335261248.36.0.924210945754.issue12892@psf.upfronthosting.co.za> |
| 2012-04-24 09:54:07 | serhiy.storchaka | link | issue12892 messages |
| 2012-04-24 09:54:07 | serhiy.storchaka | create | |