From: Georg Brandl Date: Sun, 6 Oct 2013 16:26:36 +0000 (+0200) Subject: The "FAQ" link at the end was changed to a Wikipedia link; reflect that. X-Git-Tag: v2.7.6rc1~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=917bb8cb34dc6660f117a7249ea86752d33b7565;p=python The "FAQ" link at the end was changed to a Wikipedia link; reflect that. --- diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst index 063ad59716..aa8e6e81ff 100644 --- a/Doc/library/hashlib.rst +++ b/Doc/library/hashlib.rst @@ -25,12 +25,14 @@ digest are interchangeable. Older algorithms were called message digests. The modern term is secure hash. .. note:: - If you want the adler32 or crc32 hash functions they are available in + + If you want the adler32 or crc32 hash functions, they are available in the :mod:`zlib` module. .. warning:: - Some algorithms have known hash collision weaknesses, see the FAQ at the end. + Some algorithms have known hash collision weaknesses, refer to the "See + also" section at the end. There is one constructor method named for each type of :dfn:`hash`. All return a hash object with the same simple interface. For example: use :func:`sha1` to