summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2009-05-06 14:32:35 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2009-05-06 14:32:35 (GMT)
commit726ba8e1c3d8f80fe195a14049f6fbdfbb7f114e (patch)
treea50b70393a3c20b66c929f4242b715c79f8bbcc3
parenta7fb408a02a06c9d391bc52b61396a6eba2f60d0 (diff)
downloadcpython-726ba8e1c3d8f80fe195a14049f6fbdfbb7f114e.zip
cpython-726ba8e1c3d8f80fe195a14049f6fbdfbb7f114e.tar.gz
cpython-726ba8e1c3d8f80fe195a14049f6fbdfbb7f114e.tar.bz2
Add NEWS entry about issue #3739.
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 604c0df..2b05c00 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
-------