From: Benjamin Peterson Date: Mon, 2 Feb 2015 01:17:22 +0000 (-0500) Subject: https goodness X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75461e3e2ebefa4a6ef0f191658ce5599e1580a1;p=python https goodness --- diff --git a/Lib/site.py b/Lib/site.py index d2e18f17f3..4a09f3cd1b 100644 --- a/Lib/site.py +++ b/Lib/site.py @@ -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])