[Python-checkins] r72406 - python/trunk/Misc/NEWS

walter.doerwald python-checkins at python.org
Wed May 6 16:32:35 CEST 2009


Author: walter.doerwald
Date: Wed May  6 16:32:35 2009
New Revision: 72406

Log:
Add NEWS entry about issue #3739.


Modified:
   python/trunk/Misc/NEWS

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Wed May  6 16:32:35 2009
@@ -279,6 +279,9 @@
   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
 -------
 


More information about the Python-checkins mailing list