From: Benjamin Peterson Date: Mon, 2 Feb 2015 01:17:22 +0000 (-0500) Subject: https goodness X-Git-Tag: v2.7.10rc1~194 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=75461e3e2ebefa4a6ef0f191658ce5599e1580a1;p=thirdparty%2FPython%2Fcpython.git https goodness --- diff --git a/Lib/site.py b/Lib/site.py index d2e18f17f328..4a09f3cd1bef 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])