mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
gh-83728: Add hmac.new default parameter deprecation (GH-91939) (GH-93546)
(cherry picked from commit 56b5daf159)
Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
This commit is contained in:
parent
95c9c2b9cb
commit
e8f2fe355b
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
--------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue