Message160980
Looks like issue14738 fixes this bug for Python 3.3. >>> print(ascii(b"\xc2\x41\x42".decode('utf8', 'replace'))) '\ufffdAB' >>> print(ascii(b"\xf1ABCD".decode('utf8', 'replace'))) '\ufffdABCD' | |
| Date | User | Action | Args | | 2012-05-17 16:35:24 | serhiy.storchaka | set | recipients: + serhiy.storchaka, lemburg, sjmachin, belopolsky, pitrou, vstinner, ezio.melotti, Ringding, dangra, spatz123 | | 2012-05-17 16:35:24 | serhiy.storchaka | set | messageid: <1337272524.68.0.566945550119.issue8271@psf.upfronthosting.co.za> | | 2012-05-17 16:35:22 | serhiy.storchaka | link | issue8271 messages | | 2012-05-17 16:35:22 | serhiy.storchaka | create | | |