[Python-checkins] cpython (2.7): https goodness

benjamin.peterson python-checkins at python.org
Mon Feb 2 02:18:36 CET 2015


https://hg.python.org/cpython/rev/1cc37c52fed4
changeset:   94446:1cc37c52fed4
branch:      2.7
parent:      94437:17ab76dead0d
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun Feb 01 20:17:22 2015 -0500
summary:
  https goodness

files:
  Lib/site.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/site.py b/Lib/site.py
--- a/Lib/site.py
+++ b/Lib/site.py
@@ -436,7 +436,7 @@
     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])
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list