mirror of https://github.com/python/cpython.git
gh-83728: Add hmac.new default parameter deprecation (GH-91939) (GH-93544)
(cherry picked from commit 56b5daf159
)
Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
This commit is contained in:
parent
e8404f46b3
commit
f46e30f9d4
|
@ -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
|
||||
--------------------
|
||||
|
|
Loading…
Reference in New Issue