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 | d40f136d35cbe2ac4dd5b3bc8e3474343865b8dd (patch) | |
tree | 5831c5e6fc0b258bab2c25a62e68f7a33b1f26aa /Lib | |
parent | 337578b242b4ad203333d995af8d2fe3bff2dc83 (diff) | |
download | cpython-d40f136d35cbe2ac4dd5b3bc8e3474343865b8dd.zip cpython-d40f136d35cbe2ac4dd5b3bc8e3474343865b8dd.tar.gz cpython-d40f136d35cbe2ac4dd5b3bc8e3474343865b8dd.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 c0149b4..ad5d136 100644 --- a/Lib/site.py +++ b/Lib/site.py @@ -373,7 +373,7 @@ def setcopyright(): dirs.extend([os.path.join(here, os.pardir), here, os.curdir]) builtins.license = _sitebuiltins._Printer( "license", - "See http://www.python.org/psf/license/", + "See https://www.python.org/psf/license/", files, dirs) |