[Python-checkins] cpython (merge 3.1 -> 3.2): Move misplaced Misc/NEWS item (merge from 3.1)

mark.dickinson python-checkins at python.org
Sun Mar 27 16:52:22 CEST 2011


http://hg.python.org/cpython/rev/0b9c7bfcb1ea
changeset:   69008:0b9c7bfcb1ea
branch:      3.2
parent:      69003:74f9ed48ae5d
parent:      69007:15945b28f761
user:        Mark Dickinson <mdickinson at enthought.com>
date:        Sun Mar 27 15:50:04 2011 +0100
summary:
  Move misplaced Misc/NEWS item (merge from 3.1)

files:
  Misc/NEWS |  8 ++++----
  1 files changed, 4 insertions(+), 4 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,10 +10,6 @@
 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 #11395: io.FileIO().write() clamps the data length to 32,767 bytes on
   Windows if the file is a TTY to workaround a Windows bug. The Windows console
   returns an error (12: not enough space error) on writing into stdout if
@@ -53,6 +49,10 @@
 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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list