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.

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:15ezio.melottisetrecipients: + ezio.melotti, lemburg, sjmachin, vstinner, dangra
2010-04-07 04:08:15ezio.melottisetmessageid: <1270613295.64.0.798054515776.issue8271@psf.upfronthosting.co.za>
2010-04-07 04:08:13ezio.melottilinkissue8271 messages
2010-04-07 04:08:13ezio.melotticreate