]> granicus.if.org Git - python/commitdiff
https goodness
authorBenjamin Peterson <benjamin@python.org>
Mon, 2 Feb 2015 01:17:22 +0000 (20:17 -0500)
committerBenjamin Peterson <benjamin@python.org>
Mon, 2 Feb 2015 01:17:22 +0000 (20:17 -0500)
Lib/site.py

index d2e18f17f3289249102c0953368fc66ca93a3ffb..4a09f3cd1bef3099c80dd932898789f087462a3b 100644 (file)
@@ -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])