Skip to content
Snippets Groups Projects
Unverified Commit e8f2fe35 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-93546)


(cherry picked from commit 56b5daf1)

Co-authored-by: default avatarStanley <46876382+slateny@users.noreply.github.com>
parent 95c9c2b9
Branches
Tags
No related merge requests found
......@@ -2003,6 +2003,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