summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-07-03 13:57:30 +0000
committerBenjamin Peterson <benjamin@python.org>2010-07-03 13:57:30 +0000
commit420b67c34f8254d681ab278cd656a3b7391c62b8 (patch)
tree12b82d807085164c63589cefe419d94d54dc49b8
parent0df70eb74c5222e626c7306b0621abda9e5b63d6 (diff)
downloadcpython-420b67c34f8254d681ab278cd656a3b7391c62b8.tar.gz
move sectionsv2.7
-rw-r--r--Misc/NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f5ebca2476..dc3b51023b 100644
--- 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?
=============================================