diff options
author | Michael Foord <fuzzyman@voidspace.org.uk> | 2010-06-10 16:32:00 +0000 |
---|---|---|
committer | Michael Foord <fuzzyman@voidspace.org.uk> | 2010-06-10 16:32:00 +0000 |
commit | 83d3576ab86240668342fef5e42f4490977a5710 (patch) | |
tree | 1a1d2914c74c0ecb2256c985faf76feab321a4a7 | |
parent | 1056ca264f97e42ffafe8451720ca59147a3134c (diff) | |
download | cpython-git-83d3576ab86240668342fef5e42f4490977a5710.tar.gz |
NEWS update for issue 8948.
-rw-r--r-- | Misc/NEWS | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -4,8 +4,8 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) -What's New in Python release candidate 2? -========================================= +What's New in Python 2.7 release candidate 2? +============================================= *Release date: XXXX-XX-XX* @@ -18,6 +18,9 @@ Core and Builtins Library ------- +- Issue #8948: cleanup functions and class / module setups and teardowns are + now honored in unittest debug methods. + Documentation ------------- |