diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-07-03 13:57:30 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-07-03 13:57:30 (GMT) |
commit | 6a336f6484a13c01516b6bfc3b767075cc2cb4f7 (patch) | |
tree | 8fdb3be06fdfd58fbc7055939041d77531fc0628 /Misc/NEWS | |
parent | 0063367c7c79836608062fe7d958ae262afa820f (diff) | |
download | cpython-6a336f6484a13c01516b6bfc3b767075cc2cb4f7.zip cpython-6a336f6484a13c01516b6bfc3b767075cc2cb4f7.tar.gz cpython-6a336f6484a13c01516b6bfc3b767075cc2cb4f7.tar.bz2 |
move sectionsv2.7
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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? ============================================= |