]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #12100: Don't reset incremental encoders of CJK codecs at each call to
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 24 May 2011 20:17:55 +0000 (22:17 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 24 May 2011 20:17:55 +0000 (22:17 +0200)
commit6bcbef7da0127272aa97cdd43ec529bfe92c3251
tree6649bf8138bd5830b8ac02cb9a9fdac41779b955
parentf8473933083cd045bdb0bf0dda8516e268846bd5
Issue #12100: Don't reset incremental encoders of CJK codecs at each call to
their encode() method anymore, but continue to call the reset() method if the
final argument is True.
Lib/test/test_multibytecodec.py
Misc/NEWS
Modules/cjkcodecs/multibytecodec.c