Message102516
| Author | ezio.melotti |
|---|---|
| Recipients | dangra, ezio.melotti, lemburg, sjmachin, vstinner |
| Date | 2010-04-07.04:08:10 |
| SpamBayes Score | 2.5407835e-05 |
| Marked as misclassified | No |
| Message-id | <1270613295.64.0.798054515776.issue8271@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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.) |
|
| History | |||
|---|---|---|---|
| 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 | |