projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2d81f0
)
whatsnew: expand pbkdf2_hmac entry slightly.
author
R David Murray
<rdmurray@bitdance.com>
Wed, 26 Feb 2014 18:07:21 +0000
(13:07 -0500)
committer
R David Murray
<rdmurray@bitdance.com>
Wed, 26 Feb 2014 18:07:21 +0000
(13:07 -0500)
Doc/whatsnew/3.4.rst
patch
|
blob
|
history
diff --git
a/Doc/whatsnew/3.4.rst
b/Doc/whatsnew/3.4.rst
index f9e5b2a59359e0f6e2578cef8fe0405f9121545c..997afc49d3152ccbd3306f4769be131e906bada6 100644
(file)
--- a/
Doc/whatsnew/3.4.rst
+++ b/
Doc/whatsnew/3.4.rst
@@
-757,8
+757,10
@@
dictionaries containing the collections statistics since interpreter startup.
hashlib
-------
-New :func:`hashlib.pbkdf2_hmac` function. (Contributed by Christian Heimes in
-:issue:`18582`)
+A new :func:`hashlib.pbkdf2_hmac` function provides
+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
a formally supported interface. It has always existed in CPython's