mirror of
https://github.com/python/cpython.git
synced 2025-09-29 11:45:57 +00:00
whatsnew: hmac conforms to pep 247. (#18775)
This commit is contained in:
parent
3d234837ed
commit
e6bd31ea92
1 changed files with 5 additions and 0 deletions
|
@ -832,6 +832,11 @@ which the value of *digestmod* defaults to ``MD5`` is deprecated: in a
|
||||||
future version of Python there will be no default value. (Contributed by
|
future version of Python there will be no default value. (Contributed by
|
||||||
Christian Heimes in :issue:`17276`.)
|
Christian Heimes in :issue:`17276`.)
|
||||||
|
|
||||||
|
With the addition of :attr:`~hmac.HMAC.block_size` and :attr:`~hmac.HMAC.name`
|
||||||
|
attributes (and the formal documentation of the :attr:`~hmac.HMAC.digest_size`
|
||||||
|
attribute), the :mod:`hmac` module now conforms fully to the :pep:`247` API.
|
||||||
|
(Contributed by Christian Heimes in :issue:`18775`.)
|
||||||
|
|
||||||
|
|
||||||
html
|
html
|
||||||
----
|
----
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue