[Python-checkins] cpython (merge 3.5 -> default): merge 3.5

benjamin.peterson python-checkins at python.org
Sun Sep 27 10:23:51 CEST 2015


https://hg.python.org/cpython/rev/fcdaa1dab846
changeset:   98304:fcdaa1dab846
parent:      98300:4d23598f1428
parent:      98303:bacb540ab6ba
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun Sep 27 01:23:40 2015 -0700
summary:
  merge 3.5

files:
  Doc/library/hashlib.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst
--- a/Doc/library/hashlib.rst
+++ b/Doc/library/hashlib.rst
@@ -176,8 +176,8 @@
    compute the digests of data sharing a common initial substring.
 
 
-Key Derivation Function
------------------------
+Key derivation
+--------------
 
 Key derivation and key stretching algorithms are designed for secure password
 hashing. Naive algorithms such as ``sha1(password)`` are not resistant against

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list