mirror of https://github.com/python/cpython
gh-83728: Add hmac.new default parameter deprecation (GH-91939)
This commit is contained in:
parent
8584981a58
commit
56b5daf159
|
@ -2008,6 +2008,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…
Reference in New Issue