summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Foord <fuzzyman@voidspace.org.uk>2010-06-10 16:32:00 +0000
committerMichael Foord <fuzzyman@voidspace.org.uk>2010-06-10 16:32:00 +0000
commit83d3576ab86240668342fef5e42f4490977a5710 (patch)
tree1a1d2914c74c0ecb2256c985faf76feab321a4a7
parent1056ca264f97e42ffafe8451720ca59147a3134c (diff)
downloadcpython-git-83d3576ab86240668342fef5e42f4490977a5710.tar.gz
NEWS update for issue 8948.
-rw-r--r--Misc/NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 576002378f..822695de26 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
-------------