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

amaury.forgeotdarc python-checkins at python.org
Wed Nov 21 02:38:26 CET 2007


Author: amaury.forgeotdarc
Date: Wed Nov 21 02:38:26 2007
New Revision: 59089

Modified:
   python/trunk/Misc/NEWS
Log:
Add a NEWS entry for r59076.


Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Wed Nov 21 02:38:26 2007
@@ -12,6 +12,9 @@
 Core and builtins
 -----------------
 
+- Issue #1460: The utf-7 incremental decoder did not accept truncated input.
+  It now correctly saves its state between chunks of data.
+
 - Patch #1739468: Directories and zipfiles containing a __main__.py file can
   now be directly executed by passing their name to the interpreter. The
   directory/zipfile is automatically inserted as the first entry in sys.path.


More information about the Python-checkins mailing list