diff options
author | Walter Dörwald <walter@livinglogic.de> | 2009-05-06 14:32:35 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2009-05-06 14:32:35 (GMT) |
commit | 726ba8e1c3d8f80fe195a14049f6fbdfbb7f114e (patch) | |
tree | a50b70393a3c20b66c929f4242b715c79f8bbcc3 /Misc | |
parent | a7fb408a02a06c9d391bc52b61396a6eba2f60d0 (diff) | |
download | cpython-726ba8e1c3d8f80fe195a14049f6fbdfbb7f114e.zip cpython-726ba8e1c3d8f80fe195a14049f6fbdfbb7f114e.tar.gz cpython-726ba8e1c3d8f80fe195a14049f6fbdfbb7f114e.tar.bz2 |
Add NEWS entry about issue #3739.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 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 ------- |