From: Benjamin Peterson Date: Fri, 22 Jul 2011 15:41:44 +0000 (-0500) Subject: news note X-Git-Tag: v2.7.3rc1~586 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6c18ff0808029fd91dd4bfb6f216c1bb59452526;p=thirdparty%2FPython%2Fcpython.git news note --- diff --git a/Misc/NEWS b/Misc/NEWS index b4228aaa46d9..96368773cb4e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -9,6 +9,9 @@ What's New in Python 2.7.3? Core and Builtins ----------------- +- Issues #12610 and #12609: Verify that user generated AST has correct string + and identifier types before compiling. + - Issue #11627: Fix segfault when __new__ on a exception returns a non-exception class.