commit | 42ec7cb1050c5d1bdf5d504903fabe8bb372b5da | [log] [tgz] |
---|---|---|
author | Michael Foord <michael@python.org> | Thu Mar 17 13:44:18 2011 -0400 |
committer | Michael Foord <michael@python.org> | Thu Mar 17 13:44:18 2011 -0400 |
tree | 6cb48e730f65fb53688baef5dac66a8bed95538f | |
parent | b2760a0bc5166f61180e5ed7e25bcf4132c68e62 [diff] [blame] |
Issue #10979. unittest stdout buffering now works with class and module setup and teardown.
diff --git a/Misc/NEWS b/Misc/NEWS index 1bce668..6d6ba33 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,9 @@ 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