[Python-checkins] cpython (3.2): Move NEWS entry to correct place

michael.foord python-checkins at python.org
Thu Mar 17 18:46:21 CET 2011


http://hg.python.org/cpython/rev/d6ae1f3ad66b
changeset:   68653:d6ae1f3ad66b
branch:      3.2
user:        Michael Foord <michael at python.org>
date:        Thu Mar 17 13:47:12 2011 -0400
summary:
  Move NEWS entry to correct place

files:
  Misc/NEWS

diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,9 +10,6 @@
 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 @@
 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

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


More information about the Python-checkins mailing list