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

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


https://hg.python.org/cpython/rev/fb65ac5aaaac
changeset:   94445:fb65ac5aaaac
branch:      3.4
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
@@ -373,7 +373,7 @@
         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)
 
 

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


More information about the Python-checkins mailing list