diff options
author | Larry Hastings <larry@hastings.org> | 2012-06-25 11:51:59 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2012-06-25 11:51:59 (GMT) |
commit | 52c60979bafa70eef166661e5f58386a9d2a5498 (patch) | |
tree | 2286498c17fbe85cd8d1b88120f76cecc59cc61c /Misc | |
parent | c48fe98a7c3bb48fd689088baf3fedf9da7a8c70 (diff) | |
download | cpython-52c60979bafa70eef166661e5f58386a9d2a5498.zip cpython-52c60979bafa70eef166661e5f58386a9d2a5498.tar.gz cpython-52c60979bafa70eef166661e5f58386a9d2a5498.tar.bz2 |
Moved hmac.compare_digest Misc/NEWS entry from Core and Builtins to Library.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -10,10 +10,6 @@ What's New in Python 3.3.0 Beta 1? Core and Builtins ----------------- -- Issue #15061: Re-implemented hmac.compare_digest() in C to prevent further - timing analysis and to support all buffer protocol aware objects as well as - ASCII only str instances safely. - - Issue #14815: Use Py_ssize_t instead of long for the object hash, to preserve all 64 bits of hash on Win64. @@ -64,6 +60,10 @@ Library - Issue #15176: Clarified behavior, documentation, and implementation of os.listdir(). +- Issue #15061: Re-implemented hmac.compare_digest() in C to prevent further + timing analysis and to support all buffer protocol aware objects as well as + ASCII only str instances safely. + - Issue #15164: Change return value of platform.uname() from a plain tuple to a collections.namedtuple. |