put in correct section
authorBenjamin Peterson <benjamin@python.org>
Sat, 16 Jul 2011 02:11:35 +0000 (21:11 -0500)
committerBenjamin Peterson <benjamin@python.org>
Sat, 16 Jul 2011 02:11:35 +0000 (21:11 -0500)
Misc/NEWS

index 0662811fb047133ef56af23014a68700e1809cb7..3301d3f445a798fa026f6587270921a13dd913c9 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,9 +10,6 @@ What's New in Python 3.3 Alpha 1?
 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.
 
@@ -231,6 +228,9 @@ Core and Builtins
 Library
 -------
 
+- Issue #12273: Remove ast.__version__. AST changes can be accounted for by
+  checking sys.version_info or sys._mercurial.
+
 - Silence spurious "broken pipe" tracebacks when shutting down a
   ProcessPoolExecutor.