Skip to content
Snippets Groups Projects
Unverified Commit 5776f724 authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

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


(cherry picked from commit 56b5daf1)

Co-authored-by: default avatarStanley <46876382+slateny@users.noreply.github.com>
parent 067c3720
Branches
Tags
No related merge requests found
......@@ -2005,6 +2005,8 @@ Changes in the Python API
``replace()`` method of :class:`types.CodeType` can be used to make the code
future-proof.
* The parameter ``digestmod`` for :func:`hmac.new` no longer uses the MD5 digest
by default.
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