mirror of
https://github.com/python/cpython.git
synced 2025-10-03 05:35:59 +00:00
Move a NEWS entity to a correct place.
This commit is contained in:
parent
549681c79b
commit
43e145b6a4
1 changed files with 3 additions and 3 deletions
|
@ -10,9 +10,6 @@ What's New in Python 3.4.0 Alpha 1?
|
||||||
Core and Builtins
|
Core and Builtins
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
- Issue #17812: Fixed quadratic complexity of base64.b32encode().
|
|
||||||
Optimize base64.b32encode() and base64.b32decode() (speed up to 3x).
|
|
||||||
|
|
||||||
- Issue #17937: Try harder to collect cyclic garbage at shutdown.
|
- Issue #17937: Try harder to collect cyclic garbage at shutdown.
|
||||||
|
|
||||||
- Issue #12370: Prevent class bodies from interfering with the __class__
|
- Issue #12370: Prevent class bodies from interfering with the __class__
|
||||||
|
@ -107,6 +104,9 @@ Library
|
||||||
- Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on an
|
- Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on an
|
||||||
initial patch by Trent Nelson.
|
initial patch by Trent Nelson.
|
||||||
|
|
||||||
|
- Issue #17812: Fixed quadratic complexity of base64.b32encode().
|
||||||
|
Optimize base64.b32encode() and base64.b32decode() (speed up to 3x).
|
||||||
|
|
||||||
- Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of
|
- Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of
|
||||||
service using certificates with many wildcards (CVE-2013-2099).
|
service using certificates with many wildcards (CVE-2013-2099).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue