Skip to content

Commit

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

(cherry picked from commit 56b5daf)

Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
  • Loading branch information
slateny authored and miss-islington committed Jun 6, 2022
1 parent fd247db commit a6609cb
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 @@ -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
--------------------
Expand Down

0 comments on commit a6609cb

Please sign in to comment.