]> granicus.if.org Git - python/commitdiff
Add NEWS entry about issue #3739.
authorWalter Dörwald <walter@livinglogic.de>
Wed, 6 May 2009 14:32:35 +0000 (14:32 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Wed, 6 May 2009 14:32:35 +0000 (14:32 +0000)
Misc/NEWS

index 604c0df48a351e66c49d19cdb0214e4d7c68ee61..2b05c00f5cd59f67ad64f074012985e5fba9e3ec 100644 (file)
--- 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
 -------