| commit | eb734f77adb23a3cfe90a21679b74aee404d1a31 | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <victor.stinner@haypocalc.com> | Tue May 24 22:24:11 2011 +0200 |
| committer | Victor Stinner <victor.stinner@haypocalc.com> | Tue May 24 22:24:11 2011 +0200 |
| tree | f010fb4195a42056ae3ae0f7b88410cec08115c8 | |
| parent | 19fb53c1195653e87b9197211015c624960c7b95 [diff] | |
| parent | d48ba0bde5bd535e9aa4c90cb122c0197f862e68 [diff] |
(Merge 3.2) 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.