cpython: dde3fb877b07 (original) (raw)
Mercurial > cpython
changeset 89528:dde3fb877b07
whatsnew: hmac conforms to pep 247. (#18775) [#18775]
R David Murray rdmurray@bitdance.com | |
---|---|
date | Sat, 08 Mar 2014 23🔞09 -0500 |
parents | c10ec51a2ce4 |
children | 8e3b3b4a90fb |
files | Doc/whatsnew/3.4.rst |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-)[+] [-] Doc/whatsnew/3.4.rst 5 |
line wrap: on
line diff
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -832,6 +832,11 @@ which the value of digestmod defaults
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
----