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.

作者 vstinner
收信人 cdqzzy, ezio.melotti, hyeshik.chang, lemburg, python-dev, terry.reedy, vstinner
日期 2011-05-30.22:12:21
SpamBayes Score 1.8680648e-08
Marked as misclassified
Message-id <1306793542.58.0.912515296766.issue12016@psf.upfronthosting.co.za>
In-reply-to
内容
- 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).
历史
日期 用户 动作 参数
2011-05-30 22:12:22vstinner修改recipients: + vstinner, lemburg, terry.reedy, hyeshik.chang, ezio.melotti, python-dev, cdqzzy
2011-05-30 22:12:22vstinner修改messageid: <1306793542.58.0.912515296766.issue12016@psf.upfronthosting.co.za>
2011-05-30 22:12:22vstinner链接issue12016 messages
2011-05-30 22:12:21vstinner创建