summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b4228aaa46..96368773cb 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.