commit | 40b41e1ffd4efc5718ed438a725765d6e4d1feae | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Tue May 24 22:29:13 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Tue May 24 22:29:13 2011 +0200 |
tree | 9874cedb9f5d625f5bc05915f379ef41ced831a0 | |
parent | 80a09c70bfa4592a8067274f49f24f9fffe8b795 [diff] |
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.