aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-02-01 20:18:29 -0500
committerBenjamin Peterson <benjamin@python.org>2015-02-01 20:18:29 -0500
commitad9f99e41fb7d7e51c8424bb3adba6ad555d0451 (patch)
tree1194b2e060bb6d19f42f53a7bac873e02db126c9 /Lib/site.py
parentmerge 3.4 (diff)
parenthttps goodness (diff)
downloadcpython-ad9f99e41fb7d7e51c8424bb3adba6ad555d0451.tar.gz
cpython-ad9f99e41fb7d7e51c8424bb3adba6ad555d0451.tar.bz2
cpython-ad9f99e41fb7d7e51c8424bb3adba6ad555d0451.zip
merge 3.4
Diffstat (limited to 'Lib/site.py')
-rw-r--r--Lib/site.py2
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)