]> 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 c0149b490dec6c3e76da4ed8a4fc9be7de6f910c..ad5d136ac0eeeb73c64eb07b64eee9153e563f6e 100644 (file)
@@ -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)