whatsnew: expand pbkdf2_hmac entry slightly.

This commit is contained in:
R David Murray 2014-02-26 13:07:21 -05:00
parent d2d81f0163
commit 9251d59523
1 changed files with 4 additions and 2 deletions

View File

@ -757,8 +757,10 @@ dictionaries containing the collections statistics since interpreter startup.
hashlib hashlib
------- -------
New :func:`hashlib.pbkdf2_hmac` function. (Contributed by Christian Heimes in A new :func:`hashlib.pbkdf2_hmac` function provides
:issue:`18582`) the `PKCS#5 password-based key derivation function 2
<http://en.wikipedia.org/wiki/PBKDF2>`_. (Contributed by Christian
Heimes in :issue:`18582`)
The :attr:`~hashlib.hash.name` attribute of :mod:`hashlib` hash objects is now The :attr:`~hashlib.hash.name` attribute of :mod:`hashlib` hash objects is now
a formally supported interface. It has always existed in CPython's a formally supported interface. It has always existed in CPython's