projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d23483
)
whatsnew: hmac conforms to pep 247. (#18775)
author
R David Murray
<rdmurray@bitdance.com>
Sun, 9 Mar 2014 04:18:09 +0000
(23:18 -0500)
committer
R David Murray
<rdmurray@bitdance.com>
Sun, 9 Mar 2014 04:18:09 +0000
(23:18 -0500)
Doc/whatsnew/3.4.rst
patch
|
blob
|
history
diff --git
a/Doc/whatsnew/3.4.rst
b/Doc/whatsnew/3.4.rst
index f556311eebb18884e3774854bd612318f486fe41..80cf2b11ce8117406954fc1f381fe5d7bcac06b4 100644
(file)
--- a/
Doc/whatsnew/3.4.rst
+++ b/
Doc/whatsnew/3.4.rst
@@
-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
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
----