summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
-------------