]> granicus.if.org Git - python/commitdiff
Move news item to correct section.
authorR. David Murray <rdmurray@bitdance.com>
Wed, 6 Jan 2010 20:13:39 +0000 (20:13 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Wed, 6 Jan 2010 20:13:39 +0000 (20:13 +0000)
Misc/NEWS

index af2c9dd19f8e8a9bfcd365e06b35bfcb9398021c..dbdf47a10721cac812e7fd1542362cc7a623eaa8 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -48,6 +48,9 @@ Core and Builtins
 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 @@ Core and Builtins
 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__