]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
move NEWS entry to the appropriate section (oops!)
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 9 Aug 2008 17:27:23 +0000 (17:27 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 9 Aug 2008 17:27:23 +0000 (17:27 +0000)
Misc/NEWS

index c6c401f5e46c31db95125085791608e66d27c934..9aebd123c79ec3b65e32f310697bfc31fec6cf73 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,9 +12,6 @@ What's New in Python 2.6 beta 3?
 Core and Builtins
 -----------------
 
-- Issue #3205: When iterating over a BZ2File fails allocating memory, raise
-  a MemoryError rather than silently stop the iteration.
-
 - Issue #1481296: Make long(float('nan')) and int(float('nan')) raise
   ValueError consistently across platforms.
 
@@ -44,6 +41,9 @@ Core and Builtins
 Library
 -------
 
+- Issue #3205: When iterating over a BZ2File fails allocating memory, raise
+  a MemoryError rather than silently stop the iteration.
+
 - Issue #3487: sre "bytecode" validator.  Passing invalid "re-bytecode"
   to _sre.compile() will now be rejected.  This should not affect anybody
   since the re.compile() function never generates invalid re-bytecode.