]> granicus.if.org Git - python/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:29:13 +0000 (22:29 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 24 May 2011 20:29:13 +0000 (22:29 +0200)
commit40b41e1ffd4efc5718ed438a725765d6e4d1feae
tree9874cedb9f5d625f5bc05915f379ef41ced831a0
parent80a09c70bfa4592a8067274f49f24f9fffe8b795
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