mirror of
https://github.com/python/cpython.git
synced 2025-09-30 12:21:51 +00:00
move sections
This commit is contained in:
parent
0063367c7c
commit
6a336f6484
1 changed files with 5 additions and 2 deletions
|
@ -17,14 +17,17 @@ Core and Builtins
|
||||||
Library
|
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,
|
- 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.
|
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
|
- Issue #9075: In the ssl module, remove the setting of a ``debug`` flag
|
||||||
on an OpenSSL structure.
|
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?
|
What's New in Python 2.7 release candidate 2?
|
||||||
=============================================
|
=============================================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue