From 9b704ec9e1049788157a7f042ef765a4bb058b68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Fran=C3=A7ois=20Natali?= Date: Tue, 15 May 2012 21:00:32 +0200 Subject: Add versionadded for hmac.secure_compare(). --- Doc/library/hmac.rst | 1 + 1 file changed, 1 insertion(+) 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:: -- cgit v0.12