[Python-checkins] cpython: put in correct section

benjamin.peterson python-checkins at python.org
Sat Jul 16 04:06:45 CEST 2011


http://hg.python.org/cpython/rev/1dd6908df8f5
changeset:   71377:1dd6908df8f5
user:        Benjamin Peterson <benjamin at python.org>
date:        Fri Jul 15 21:11:35 2011 -0500
summary:
  put in correct section

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


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

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


More information about the Python-checkins mailing list