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

Skip to content

Commit 52c6097

Browse files
committed
Moved hmac.compare_digest Misc/NEWS entry from Core and Builtins to Library.
1 parent c48fe98 commit 52c6097

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Misc/NEWS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ What's New in Python 3.3.0 Beta 1?
1010
Core 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

0 commit comments

Comments
 (0)