commit | 6c18ff0808029fd91dd4bfb6f216c1bb59452526 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri Jul 22 10:41:44 2011 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Fri Jul 22 10:41:44 2011 -0500 |
tree | c0e289ae97d7f6bfb5ba25853bbbd985fcd7edd1 | |
parent | 77820242dd465e12f6660ae701fb3520d784fd1f [diff] |
news note
diff --git a/Misc/NEWS b/Misc/NEWS index b4228aa..9636877 100644 --- 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.