]> granicus.if.org Git - python/commitdiff
Fix misplaced Misc/NEWS entry.
authorMark Dickinson <mdickinson@enthought.com>
Sun, 27 Mar 2011 14:46:32 +0000 (15:46 +0100)
committerMark Dickinson <mdickinson@enthought.com>
Sun, 27 Mar 2011 14:46:32 +0000 (15:46 +0100)
Misc/NEWS

index 0ae694626cfbd9268fa9ddb4d3fe0c7de29e51f7..72da1ac5f219c4764f8745ea0bcba0a89801e69e 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,10 +10,6 @@ What's New in Python 3.1.4?
 Core and Builtins
 -----------------
 
-- Issue #11675: multiprocessing.[Raw]Array objects created from an integer size
-  are now zeroed on creation.  This matches the behaviour specified by the
-  documentation.
-
 - Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file
   doesn't have PY_SSIZE_T_CLEAN define and the size doesn't fit in an int
   (length bigger than 2^31-1 bytes).
@@ -48,6 +44,10 @@ Core and Builtins
 Library
 -------
 
+- Issue #11675: multiprocessing.[Raw]Array objects created from an integer size
+  are now zeroed on creation.  This matches the behaviour specified by the
+  documentation.
+
 - Issue #7639: Fix short file name generation in bdist_msi.
 
 - Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459.