diff options
author | 2015-02-01 20:18:29 -0500 | |
---|---|---|
committer | 2015-02-01 20:18:29 -0500 | |
commit | ad9f99e41fb7d7e51c8424bb3adba6ad555d0451 (patch) | |
tree | 1194b2e060bb6d19f42f53a7bac873e02db126c9 /Lib/site.py | |
parent | merge 3.4 (diff) | |
parent | https goodness (diff) | |
download | cpython-ad9f99e41fb7d7e51c8424bb3adba6ad555d0451.tar.gz cpython-ad9f99e41fb7d7e51c8424bb3adba6ad555d0451.tar.bz2 cpython-ad9f99e41fb7d7e51c8424bb3adba6ad555d0451.zip |
merge 3.4
Diffstat (limited to 'Lib/site.py')
-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 14f4f809308..4959cfcf9c9 100644 --- a/Lib/site.py +++ b/Lib/site.py @@ -366,7 +366,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) |