Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
gh-83728: Add hmac.new default parameter deprecation (GH-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
commit a6609cb6f6bf75cd2dec85ce545a7e06e6f8d7ac
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