[Python-checkins] cpython (2.7): news note

benjamin.peterson python-checkins at python.org
Fri Jul 22 17:55:24 CEST 2011


http://hg.python.org/cpython/rev/c6e63c67efd5
changeset:   71453:c6e63c67efd5
branch:      2.7
user:        Benjamin Peterson <benjamin at python.org>
date:        Fri Jul 22 10:41:44 2011 -0500
summary:
  news note

files:
  Misc/NEWS |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,6 +9,9 @@
 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list