Skip to content

Commit

Permalink
gh-83728: Add hmac.new default parameter deprecation (GH-91939) (GH-9…
Browse files Browse the repository at this point in the history
…3546)

(cherry picked from commit 56b5daf)

Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
  • Loading branch information
miss-islington and slateny committed Jun 6, 2022
1 parent 95c9c2b commit e8f2fe3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Doc/whatsnew/3.8.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------------
Expand Down

0 comments on commit e8f2fe3

Please sign in to comment.