]> granicus.if.org Git - python/commitdiff
move sections v2.7
authorBenjamin Peterson <benjamin@python.org>
Sat, 3 Jul 2010 13:57:30 +0000 (13:57 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 3 Jul 2010 13:57:30 +0000 (13:57 +0000)
Misc/NEWS

index f5ebca2476d18fce77da05ca5ecaf7a3475d156b..dc3b51023b59765344de95b7a1daa5c0af6b228e 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,14 +17,17 @@ Core and Builtins
 Library
 -------
 
+- Issue #9125: Add recognition of 'except ... as ...' syntax to parser module.
+
+Extension Modules
+-----------------
+
 - Issue #7673: Fix security vulnerability (CVE-2010-2089) in the audioop module,
   ensure that the input string length is a multiple of the frame size.
 
 - Issue #9075: In the ssl module, remove the setting of a ``debug`` flag
   on an OpenSSL structure.
 
-- Issue #9125: Add recognition of 'except ... as ...' syntax to parser module.
-
 
 What's New in Python 2.7 release candidate 2?
 =============================================