]> granicus.if.org Git - python/commitdiff
Add a NEWS entry for r59076.
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Wed, 21 Nov 2007 01:38:26 +0000 (01:38 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Wed, 21 Nov 2007 01:38:26 +0000 (01:38 +0000)
Misc/NEWS

index 08095d17e77b329ce72d8faca25cfccb955f2686..c2ea9566b92492d3727c76063ecf9f8f6750dd39 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.6 alpha 1?
 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.