summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Foord <michael@python.org>2011-03-17 13:47:12 -0400
committerMichael Foord <michael@python.org>2011-03-17 13:47:12 -0400
commitf40834f39b7bf1e667fbe040fe869232d2488f60 (patch)
treee3fe2cfe5328a665d3f014a150413a6cfe0a8ecc
parent42ec7cb1050c5d1bdf5d504903fabe8bb372b5da (diff)
downloadcpython-git-f40834f39b7bf1e667fbe040fe869232d2488f60.tar.gz
Move NEWS entry to correct place
-rw-r--r--Misc/NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6d6ba33cf2..432441a8a5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,9 +10,6 @@ What's New in Python 3.2.1?
Core and Builtins
-----------------
-- Issue #10979: unittest stdout buffering now works with class and module
- setup and teardown.
-
- Issue #11510: Fixed optimizer bug which turned "a,b={1,1}" into "a,b=(1,1)".
- Issue #11432: A bug was introduced in subprocess.Popen on posix systems with
@@ -43,6 +40,10 @@ Core and Builtins
Library
-------
+
+- Issue #10979: unittest stdout buffering now works with class and module
+ setup and teardown.
+
- Issue #11577: fix ResourceWarning triggered by improved binhex test coverage
- Issue #11243: fix the parameter querying methods of Message to work if