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-17.23:12:40
SpamBayes Score 0.00082010945
Marked as misclassified No
Message-id <1305673961.21.0.415899192785.issue12057@psf.upfronthosting.co.za>
In-reply-to
Content
ISO 2022 encodings don't have tests neither: test_multibytecodec doesn't test directly these encodings but it is "Unit test for multibytecodec itself". We may also add tests specific to ISO 2022 encodings:

 - iso2022_kr
 - iso2022_jp
 - iso2022_jp_1
 - iso2022_jp_2
 - iso2022_jp_2004
 - iso2022_jp_3
 - iso2022_jp_ext

While trying to write tests for the HZ encoding, I found a bug in CJK multibyte encodings => #12100, "Incremental encoders of CJK codecs reset the codec at each call to encode()".
History
Date User Action Args
2011-05-17 23:12:41vstinnersetrecipients: + vstinner, lemburg, terry.reedy, hyeshik.chang, ezio.melotti, python-dev, cdqzzy
2011-05-17 23:12:41vstinnersetmessageid: <1305673961.21.0.415899192785.issue12057@psf.upfronthosting.co.za>
2011-05-17 23:12:40vstinnerlinkissue12057 messages
2011-05-17 23:12:40vstinnercreate