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,10 +10,6 @@ What's New in Python 3.3.0 Beta 1?
1010Core and Builtins
1111-----------------
1212
13- - Issue #15061: Re-implemented hmac.compare_digest() in C to prevent further
14- timing analysis and to support all buffer protocol aware objects as well as
15- ASCII only str instances safely.
16-
1713- Issue #14815: Use Py_ssize_t instead of long for the object hash, to
1814 preserve all 64 bits of hash on Win64.
1915
@@ -64,6 +60,10 @@ Library
6460- Issue #15176: Clarified behavior, documentation, and implementation
6561 of os.listdir().
6662
63+ - Issue #15061: Re-implemented hmac.compare_digest() in C to prevent further
64+ timing analysis and to support all buffer protocol aware objects as well as
65+ ASCII only str instances safely.
66+
6767- Issue #15164: Change return value of platform.uname() from a
6868 plain tuple to a collections.namedtuple.
6969
You can’t perform that action at this time.
0 commit comments