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

index a902c3a779c813890483c2cd1d0778ad50c685af..3eb910cbdf1339006f9d8c930c2f83bc4ed43ce7 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,10 +13,6 @@ Core and Builtins
   Previously, there were some corner cases where a long was returned even
   though the result was within the range of an int.
 
-- 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 #11450: Don't truncate hg version info in Py_GetBuildInfo() when
   there are many tags (e.g. when using mq).  Patch by Nadeem Vawda.
 
@@ -51,6 +47,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 #11666: let help() display named tuple attributes and methods