]> granicus.if.org Git - python/commit
bpo-33604: Remove Pending from hmac Deprecation warning. (GH-7062)
authorMatthias Bussonnier <bussonniermatthias@gmail.com>
Tue, 22 May 2018 22:55:31 +0000 (15:55 -0700)
committerGregory P. Smith <greg@krypto.org>
Tue, 22 May 2018 22:55:31 +0000 (15:55 -0700)
commit8bb0b5b03cffa2a2e74f248ef479a9e7fbe95cf4
treeaa6b1dd52bf5cbbbcaaa00c954ec9d67b7153df7
parente8eb6cb7920ded66abc5d284319a8539bdc2bae3
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...
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]