diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-02-02 01:17:22 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-02-02 01:17:22 (GMT) |
commit | 75461e3e2ebefa4a6ef0f191658ce5599e1580a1 (patch) | |
tree | d32f76f23270633ebb35ae63e4af318da8719571 /Lib | |
parent | 1c9bf63a155d0ba2115afab8c3489809b77d3af8 (diff) | |
download | cpython-75461e3e2ebefa4a6ef0f191658ce5599e1580a1.zip cpython-75461e3e2ebefa4a6ef0f191658ce5599e1580a1.tar.gz cpython-75461e3e2ebefa4a6ef0f191658ce5599e1580a1.tar.bz2 |
https goodness
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/site.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/site.py b/Lib/site.py index d2e18f1..4a09f3c 100644 --- a/Lib/site.py +++ b/Lib/site.py @@ -436,7 +436,7 @@ def setcopyright(): for supporting Python development. See www.python.org for more information.""") here = os.path.dirname(os.__file__) __builtin__.license = _Printer( - "license", "See http://www.python.org/psf/license/", + "license", "See https://www.python.org/psf/license/", ["LICENSE.txt", "LICENSE"], [os.path.join(here, os.pardir), here, os.curdir]) |