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...
(cherry picked from commit 8bb0b5b03cffa2a2e74f248ef479a9e7fbe95cf4)
Co-authored-by: Matthias Bussonnier <bussonniermatthias@gmail.com>
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 @@
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.