[Python-checkins] r77336 - python/branches/release26-maint/Misc/NEWS

r.david.murray python-checkins at python.org
Wed Jan 6 21:13:39 CET 2010


Author: r.david.murray
Date: Wed Jan  6 21:13:39 2010
New Revision: 77336

Log:
Move news item to correct section.


Modified:
   python/branches/release26-maint/Misc/NEWS

Modified: python/branches/release26-maint/Misc/NEWS
==============================================================================
--- python/branches/release26-maint/Misc/NEWS	(original)
+++ python/branches/release26-maint/Misc/NEWS	Wed Jan  6 21:13:39 2010
@@ -48,6 +48,9 @@
 Library
 -------
 
+- Issue #6511: ZipFile now raises BadZipfile (instead of an IOError) when
+  opening an empty or very small file.
+
 - Issue #7552: Removed line feed in the base64 Authorization header in
   the Distutils upload command to avoid an error when PyPI reads it.
   This occurs on long passwords. Initial patch by JP St. Pierre.
@@ -318,9 +321,6 @@
 Library
 -------
 
-- Issue #6511: ZipFile now raises BadZipfile (instead of an IOError) when
-  opening an empty or very small file.
-
 - Issue #1488943: difflib.Differ() doesn't always add hints for tab characters
 
 - Issue #5037: Proxy the __unicode__ special method instead to __unicode__


More information about the Python-checkins mailing list