[Python-checkins] bpo-32440: Update the docs URL to https in help() (GH-5030) (GH-5031)

Mariatta webhook-mailer at python.org
Thu Dec 28 10:16:42 EST 2017


https://github.com/python/cpython/commit/6eb232c52a03e31fc47842e70fc7833198744c2b
commit: 6eb232c52a03e31fc47842e70fc7833198744c2b
branch: 3.6
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: Mariatta <Mariatta at users.noreply.github.com>
date: 2017-12-28T07:16:39-08:00
summary:

bpo-32440: Update the docs URL to https in help() (GH-5030) (GH-5031)

In pydoc.py, the reference to Python' documentation was in http.
The link has been updated to use https.
(cherry picked from commit e5681b9822c633c77ddfeb94585d58895e0ecff5)

files:
M Lib/pydoc.py

diff --git a/Lib/pydoc.py b/Lib/pydoc.py
index 39db3915dc2..34e2fabf20e 100644
--- a/Lib/pydoc.py
+++ b/Lib/pydoc.py
@@ -1916,7 +1916,7 @@ def intro(self):
 Welcome to Python {0}'s help utility!
 
 If this is your first time using Python, you should definitely check out
-the tutorial on the Internet at http://docs.python.org/{0}/tutorial/.
+the tutorial on the Internet at https://docs.python.org/{0}/tutorial/.
 
 Enter the name of any module, keyword, or topic to get help on writing
 Python programs and using Python modules.  To quit this help utility and



More information about the Python-checkins mailing list