Message102516
The patch was causing a failure in test_codeccallbacks, issue8271v4 fixes the test. (The failing test in test_codeccallbacks was testing that registering error handlers works, using a function that replaced "\xc0\x80" with "\x00". Since now "\xc0" is an invalid start byte regardless of what follows, the function is now receiving only "\xc0" instead of "\xc0\x80" so I had to change the test.) | |
| Date | User | Action | Args | | 2010-04-07 04:08:15 | ezio.melotti | set | recipients: + ezio.melotti, lemburg, sjmachin, vstinner, dangra | | 2010-04-07 04:08:15 | ezio.melotti | set | messageid: <1270613295.64.0.798054515776.issue8271@psf.upfronthosting.co.za> | | 2010-04-07 04:08:13 | ezio.melotti | link | issue8271 messages | | 2010-04-07 04:08:13 | ezio.melotti | create | | |