diff options
author | Michael Foord <michael@python.org> | 2011-03-17 17:58:22 (GMT) |
---|---|---|
committer | Michael Foord <michael@python.org> | 2011-03-17 17:58:22 (GMT) |
commit | e9ff2ef20488eb3d1e8bba04516939585f35a148 (patch) | |
tree | e92d21272c822a9b4beb170aa6a4a71a48eb1fa6 /Misc | |
parent | f694a409aadf04e67d4e72a6f8e45dcbe34ab6e5 (diff) | |
parent | f40834f39b7bf1e667fbe040fe869232d2488f60 (diff) | |
download | cpython-e9ff2ef20488eb3d1e8bba04516939585f35a148.zip cpython-e9ff2ef20488eb3d1e8bba04516939585f35a148.tar.gz cpython-e9ff2ef20488eb3d1e8bba04516939585f35a148.tar.bz2 |
Closes issue 10979. unittest buffering now works with class and module setup and teardown
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -72,6 +72,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 |