summaryrefslogtreecommitdiffstats
path: root/Doc/library/hmac.rst
diff options
context:
space:
mode:
authorCharles-François Natali <neologix@free.fr>2012-05-15 19:00:32 (GMT)
committerCharles-François Natali <neologix@free.fr>2012-05-15 19:00:32 (GMT)
commit9b704ec9e1049788157a7f042ef765a4bb058b68 (patch)
tree7af8e61283cdfd17d39b46dc30492c79a0562846 /Doc/library/hmac.rst
parentc0181eb44921ba2fa8ac251101fc9a7c2924711d (diff)
downloadcpython-9b704ec9e1049788157a7f042ef765a4bb058b68.zip
cpython-9b704ec9e1049788157a7f042ef765a4bb058b68.tar.gz
cpython-9b704ec9e1049788157a7f042ef765a4bb058b68.tar.bz2
Add versionadded for hmac.secure_compare().
Diffstat (limited to 'Doc/library/hmac.rst')
-rw-r--r--Doc/library/hmac.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/hmac.rst b/Doc/library/hmac.rst
index e8f6488..8274bb1 100644
--- a/Doc/library/hmac.rst
+++ b/Doc/library/hmac.rst
@@ -83,6 +83,7 @@ This module also provides the following helper function:
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::