This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

作者 ezio.melotti
收信人 dangra, ezio.melotti, lemburg, sjmachin, vstinner
日期 2010-04-07.04:08:10
SpamBayes Score 2.5407835e-05
Marked as misclassified
Message-id <1270613295.64.0.798054515776.issue8271@psf.upfronthosting.co.za>
In-reply-to
内容
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.)
历史
日期 用户 动作 参数
2010-04-07 04:08:15ezio.melotti修改recipients: + ezio.melotti, lemburg, sjmachin, vstinner, dangra
2010-04-07 04:08:15ezio.melotti修改messageid: <1270613295.64.0.798054515776.issue8271@psf.upfronthosting.co.za>
2010-04-07 04:08:13ezio.melotti链接issue8271 messages
2010-04-07 04:08:13ezio.melotti创建