Issue #5640: Fix _multibytecodec so that CJK codecs don't repeat

error replacement returned by codec error callbacks twice in
IncrementalEncoder and StreamWriter.
This commit is contained in:
Hye-Shik Chang 2009-04-02 10:33:16 +00:00
parent a3d056ed95
commit 944820b044
3 changed files with 9 additions and 1 deletions

View file

@ -58,6 +58,10 @@ Core and Builtins
Library
-------
- Issue #5640: Fix _multibytecodec so that CJK codecs don't repeat
error substitutions from non-strict codec error callbacks in
incrementalencoder and StreamWriter.
- Issue #5656: Fix the coverage reporting when running the test suite with
the -T argument.