[Python-checkins] cpython (3.4): make wikipedia link https

benjamin.peterson python-checkins at python.org
Sun Sep 27 11:08:41 CEST 2015


https://hg.python.org/cpython/rev/4741dfda7438
changeset:   98310:4741dfda7438
branch:      3.4
parent:      98302:30da62ea4d7c
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
@@ -227,7 +227,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


More information about the Python-checkins mailing list