File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ What's New in Python 3.4.0 Alpha 1?
1010Core 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
You can’t perform that action at this time.
0 commit comments