Message159129
> * 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. |
|
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 | |
|