]> granicus.if.org Git - python/commitdiff
news note
authorBenjamin Peterson <benjamin@python.org>
Fri, 22 Jul 2011 15:41:44 +0000 (10:41 -0500)
committerBenjamin Peterson <benjamin@python.org>
Fri, 22 Jul 2011 15:41:44 +0000 (10:41 -0500)
Misc/NEWS

index b4228aaa46d931daaca7f8751fbbce9a7fad3a2c..96368773cb4ea98f0dab3208d5ecb61c068794e6 100644 (file)
--- 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.