https://hg.python.org/cpython/rev/5e83a76240f9 changeset: 98313:5e83a76240f9 branch: 2.7 parent: 98305:40bab637295d user: Benjamin Peterson <benjamin at python.org> date: Sun Sep 27 02:05:01 2015 -0700 summary: make wikipedia link https files: Doc/library/hashlib.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst --- a/Doc/library/hashlib.rst +++ b/Doc/library/hashlib.rst @@ -204,7 +204,7 @@ http://csrc.nist.gov/publications/fips/fips180-2/fips180-2.pdf The FIPS 180-2 publication on Secure Hash Algorithms. - http://en.wikipedia.org/wiki/Cryptographic_hash_function#Cryptographic_hash_algorithms + https://en.wikipedia.org/wiki/Cryptographic_hash_function#Cryptographic_hash_algorithms Wikipedia article with information on which algorithms have known issues and what that means regarding their use. -- Repository URL: https://hg.python.org/cpython