[Python-checkins] cpython: Add versionadded for hmac.secure_compare().

charles-francois.natali python-checkins at python.org
Tue May 15 21:02:50 CEST 2012


http://hg.python.org/cpython/rev/59e93e1b8116
changeset:   76968:59e93e1b8116
user:        Charles-François Natali <neologix at free.fr>
date:        Tue May 15 21:00:32 2012 +0200
summary:
  Add versionadded for hmac.secure_compare().

files:
  Doc/library/hmac.rst |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Doc/library/hmac.rst b/Doc/library/hmac.rst
--- a/Doc/library/hmac.rst
+++ b/Doc/library/hmac.rst
@@ -83,6 +83,7 @@
       contents of the inputs via a timing attack, it does leak the length
       of the inputs. However, this generally is not a security risk.
 
+   .. versionadded:: 3.3
 
 .. seealso::
 

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


More information about the Python-checkins mailing list