Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 43e145b

Browse files
Move a NEWS entity to a correct place.
1 parent 549681c commit 43e145b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Misc/NEWS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ What's New in Python 3.4.0 Alpha 1?
1010
Core and Builtins
1111
-----------------
1212

13-
- Issue #17812: Fixed quadratic complexity of base64.b32encode().
14-
Optimize base64.b32encode() and base64.b32decode() (speed up to 3x).
15-
1613
- Issue #17937: Try harder to collect cyclic garbage at shutdown.
1714

1815
- Issue #12370: Prevent class bodies from interfering with the __class__
@@ -107,6 +104,9 @@ Library
107104
- Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on an
108105
initial patch by Trent Nelson.
109106

107+
- Issue #17812: Fixed quadratic complexity of base64.b32encode().
108+
Optimize base64.b32encode() and base64.b32decode() (speed up to 3x).
109+
110110
- Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of
111111
service using certificates with many wildcards (CVE-2013-2099).
112112

0 commit comments

Comments
 (0)