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 vstinner
Recipients cdqzzy, ezio.melotti, hyeshik.chang, lemburg, python-dev, terry.reedy, vstinner
Date 2011-05-30.22:12:21
SpamBayes Score 1.8680648e-08
Marked as misclassified No
Message-id <1306793542.58.0.912515296766.issue12016@psf.upfronthosting.co.za>
In-reply-to
Content
- I added tests for the HZ codec and some ISO 2022 codecs: #12057
 - I fixed IncrementalEncoder.encode() (of multibytecodec ): #12100
 - I fixed IncrementalEncoder.reset() (of multibytecodec): #12171

I can now work confidently on this issue. I will try to patch all CJK decoders to only replace 1 invalid byte by U+FFFD (and not 2, 3 or 4 bytes) and try to write a test for each case (each byte sequence generating a different error).
History
Date User Action Args
2011-05-30 22:12:22vstinnersetrecipients: + vstinner, lemburg, terry.reedy, hyeshik.chang, ezio.melotti, python-dev, cdqzzy
2011-05-30 22:12:22vstinnersetmessageid: <1306793542.58.0.912515296766.issue12016@psf.upfronthosting.co.za>
2011-05-30 22:12:22vstinnerlinkissue12016 messages
2011-05-30 22:12:21vstinnercreate