From: Charles-François Natali Date: Tue, 15 May 2012 19:00:32 +0000 (+0200) Subject: Add versionadded for hmac.secure_compare(). X-Git-Tag: v3.3.0a4~155^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b704ec9e1049788157a7f042ef765a4bb058b68;p=thirdparty%2FPython%2Fcpython.git Add versionadded for hmac.secure_compare(). --- diff --git a/Doc/library/hmac.rst b/Doc/library/hmac.rst index e8f6488b557f..8274bb1e3dd6 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::