summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorMatthias Bussonnier <bussonniermatthias@gmail.com>2018-09-10 20:10:01 +0200
committerGregory P. Smith <greg@krypto.org>2018-09-10 11:10:01 -0700
commit51a4743d19abd016f0772a57fb31df7af9220e18 (patch)
treefee5036d3e6f4a700f40171b3c0480e2122d0e13 /Misc
parent78deb7f33227972987722bc3fed5bcb45fae869e (diff)
downloadcpython-git-51a4743d19abd016f0772a57fb31df7af9220e18.tar.gz
bpo-33604: Remove deprecated HMAC default value marked for removal in 3.8 (GH-7063)
HMAC's digestmod was deprecated marked for removal, this removes it as planned.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2018-05-22-11-55-33.bpo-33604.6V4JcO.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-05-22-11-55-33.bpo-33604.6V4JcO.rst b/Misc/NEWS.d/next/Library/2018-05-22-11-55-33.bpo-33604.6V4JcO.rst
new file mode 100644
index 0000000000..200a9d5f66
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-05-22-11-55-33.bpo-33604.6V4JcO.rst
@@ -0,0 +1,2 @@
+Remove HMAC default to md5 marked for removal in 3.8 (removal originally
+planned in 3.6, bump to 3.8 in gh-7062).