summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <mdickinson@enthought.com>2011-03-27 14:52:03 (GMT)
committerMark Dickinson <mdickinson@enthought.com>2011-03-27 14:52:03 (GMT)
commit756ebc79cf5d8b904b2cda21b003d76aa48f6f28 (patch)
tree4fbdfd4d5193ade05097992da454d9362d1a6874 /Misc
parent4ad8f6655992776954ac81975e8697e03c276f37 (diff)
parentea8e2083f85ded16d5bee1c0b9f4ed89dda31a25 (diff)
downloadcpython-756ebc79cf5d8b904b2cda21b003d76aa48f6f28.zip
cpython-756ebc79cf5d8b904b2cda21b003d76aa48f6f28.tar.gz
cpython-756ebc79cf5d8b904b2cda21b003d76aa48f6f28.tar.bz2
Fix misplaced Misc/NEWS entry (merge from 3.2)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ddfd82a..e7446f3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,10 +10,6 @@ What's New in Python 3.3 Alpha 1?
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 @@ 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.