Commit f40834f3 authored by Michael Foord's avatar Michael Foord

Move NEWS entry to correct place

parent 42ec7cb1
...@@ -10,9 +10,6 @@ What's New in Python 3.2.1? ...@@ -10,9 +10,6 @@ What's New in Python 3.2.1?
Core and Builtins 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 #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 - Issue #11432: A bug was introduced in subprocess.Popen on posix systems with
...@@ -43,6 +40,10 @@ Core and Builtins ...@@ -43,6 +40,10 @@ Core and Builtins
Library 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 #11577: fix ResourceWarning triggered by improved binhex test coverage
- Issue #11243: fix the parameter querying methods of Message to work if - Issue #11243: fix the parameter querying methods of Message to work if
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment