[Python-checkins] cpython (merge 3.2 -> default): Fix misplaced Misc/NEWS entry (merge from 3.2)
mark.dickinson
python-checkins at python.org
Sun Mar 27 16:52:23 CEST 2011
http://hg.python.org/cpython/rev/0547b887a361
changeset: 69009:0547b887a361
parent: 69004:de29472c6a84
parent: 69008:0b9c7bfcb1ea
user: Mark Dickinson <mdickinson at enthought.com>
date: Sun Mar 27 15:52:03 2011 +0100
summary:
Fix misplaced Misc/NEWS entry (merge from 3.2)
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 #10998: Remove mentions of -Q, sys.flags.division_warning and
Py_DivisionWarningFlag left over from Python 2.
@@ -91,6 +87,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