From: Michael Foord Date: Thu, 10 Jun 2010 16:32:00 +0000 (+0000) Subject: NEWS update for issue 8948. X-Git-Tag: v2.7rc2~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=83d3576ab86240668342fef5e42f4490977a5710;p=python NEWS update for issue 8948. --- 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 -------------