[Python-checkins] cpython: Moved hmac.compare_digest Misc/NEWS entry from Core and Builtins to Library.

larry.hastings python-checkins at python.org
Mon Jun 25 13:52:07 CEST 2012


http://hg.python.org/cpython/rev/5b9128d6a291
changeset:   77771:5b9128d6a291
user:        Larry Hastings <larry at hastings.org>
date:        Mon Jun 25 04:51:59 2012 -0700
summary:
  Moved hmac.compare_digest Misc/NEWS entry from Core and Builtins to Library.

files:
  Misc/NEWS |  8 ++++----
  1 files changed, 4 insertions(+), 4 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,10 +10,6 @@
 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 @@
 - 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list