Skip to content
Snippets Groups Projects
Unverified Commit 56b5daf1 authored by Stanley's avatar Stanley Committed by GitHub
Browse files

gh-83728: Add hmac.new default parameter deprecation (GH-91939)

parent 8584981a
No related branches found
No related tags found
No related merge requests found
...@@ -2008,6 +2008,8 @@ Changes in the Python API ...@@ -2008,6 +2008,8 @@ Changes in the Python API
``replace()`` method of :class:`types.CodeType` can be used to make the code ``replace()`` method of :class:`types.CodeType` can be used to make the code
future-proof. future-proof.
* The parameter ``digestmod`` for :func:`hmac.new` no longer uses the MD5 digest
by default.
Changes in the C API Changes in the C API
-------------------- --------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment