mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Add NEWS entry about issue #3739.
This commit is contained in:
parent
a7fb408a02
commit
726ba8e1c3
1 changed files with 3 additions and 0 deletions
|
@ -279,6 +279,9 @@ Core and Builtins
|
|||
step. This avoids problems with counting UTF-8 bytes that ignores the effect
|
||||
of using the replace error handler in PyUnicode_DecodeUTF8().
|
||||
|
||||
- Issue #3739: The unicode-internal encoder now reports the number of characters
|
||||
consumed like any other encoder (instead of the number of bytes).
|
||||
|
||||
Library
|
||||
-------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue