(original) (raw)

changeset: 89528:dde3fb877b07 user: R David Murray rdmurray@bitdance.com date: Sat Mar 08 23🔞09 2014 -0500 files: Doc/whatsnew/3.4.rst description: whatsnew: hmac conforms to pep 247. (#18775) diff -r c10ec51a2ce4 -r dde3fb877b07 Doc/whatsnew/3.4.rst --- a/Doc/whatsnew/3.4.rst Sat Mar 08 22:43:12 2014 -0500 +++ b/Doc/whatsnew/3.4.rst Sat Mar 08 23🔞09 2014 -0500 @@ -832,6 +832,11 @@ 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 ---- /rdmurray@bitdance.com