diff options
author | Michael Foord <michael@python.org> | 2011-03-17 17:44:18 (GMT) |
---|---|---|
committer | Michael Foord <michael@python.org> | 2011-03-17 17:44:18 (GMT) |
commit | 42ec7cb1050c5d1bdf5d504903fabe8bb372b5da (patch) | |
tree | 6cb48e730f65fb53688baef5dac66a8bed95538f /Misc | |
parent | b2760a0bc5166f61180e5ed7e25bcf4132c68e62 (diff) | |
download | cpython-42ec7cb1050c5d1bdf5d504903fabe8bb372b5da.zip cpython-42ec7cb1050c5d1bdf5d504903fabe8bb372b5da.tar.gz cpython-42ec7cb1050c5d1bdf5d504903fabe8bb372b5da.tar.bz2 |
Issue #10979. unittest stdout buffering now works with class and module setup and teardown.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ 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 |