]> granicus.if.org Git - python/commit
bpo-33604: Remove Pending from hmac Deprecation warning. (GH-7062)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 22 May 2018 23:40:44 +0000 (16:40 -0700)
committerGitHub <noreply@github.com>
Tue, 22 May 2018 23:40:44 +0000 (16:40 -0700)
commit2751dccca4098b799ea575bb35cec9959c74684a
treed6a37232f43d85487757cdce01c74dd9cb869874
parentcd57b48ef9a70b7ef693ba52aaf38d7c945ab5d3
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>
Doc/library/hmac.rst
Lib/hmac.py
Lib/test/test_hmac.py
Misc/NEWS.d/next/Documentation/2018-05-22-11-47-14.bpo-33604.5YHTpz.rst [new file with mode: 0644]