commit | 0bd152cd67fef5c238ed15ba2ce09f6a74e8d334 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri Jul 15 21:10:13 2011 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Fri Jul 15 21:10:13 2011 -0500 |
tree | c1db691553896d0c95fbd39055b330e6a79a6861 | |
parent | e720725c12e37a1081e2f493b67254096f6d5aa3 [diff] [blame] |
remove ast.__version__ (closes #12273)
diff --git a/Misc/NEWS b/Misc/NEWS index e75de01..dd40d40 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Core and Builtins ----------------- +- Issue #12273: Remove ast.__version__. AST changes can be accounted for by + checking sys.version_info or sys._mercurial. + - Issue #11627: Fix segfault when __new__ on a exception returns a non-exception class.