summaryrefslogtreecommitdiffstats
path: root/Doc/library/hmac.rst
diff options
context:
space:
mode:
authorMatthias Bussonnier <bussonniermatthias@gmail.com>2018-05-22 22:55:31 (GMT)
committerGregory P. Smith <greg@krypto.org>2018-05-22 22:55:31 (GMT)
commit8bb0b5b03cffa2a2e74f248ef479a9e7fbe95cf4 (patch)
treeaa6b1dd52bf5cbbbcaaa00c954ec9d67b7153df7 /Doc/library/hmac.rst
parente8eb6cb7920ded66abc5d284319a8539bdc2bae3 (diff)
downloadcpython-8bb0b5b03cffa2a2e74f248ef479a9e7fbe95cf4.zip
cpython-8bb0b5b03cffa2a2e74f248ef479a9e7fbe95cf4.tar.gz
cpython-8bb0b5b03cffa2a2e74f248ef479a9e7fbe95cf4.tar.bz2
bpo-33604: Remove Pending from hmac Deprecation warning. (GH-7062)
bpo-33604: Bump removal notice from 3.6 to 3.8 and change PendingDeprecationWarning to DeprecationWarning as we had intended to do earlier...
Diffstat (limited to 'Doc/library/hmac.rst')
-rw-r--r--Doc/library/hmac.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/hmac.rst b/Doc/library/hmac.rst
index fcda86c..731624b 100644
--- a/Doc/library/hmac.rst
+++ b/Doc/library/hmac.rst
@@ -27,7 +27,7 @@ This module implements the HMAC algorithm as described by :rfc:`2104`.
Parameter *msg* can be of any type supported by :mod:`hashlib`.
Parameter *digestmod* can be the name of a hash algorithm.
- .. deprecated:: 3.4
+ .. deprecated-removed:: 3.4 3.8
MD5 as implicit default digest for *digestmod* is deprecated.