mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
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:
parent
a3d056ed95
commit
944820b044
3 changed files with 9 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue