Use https:// URLs when referring to python.org hosts.

This commit is contained in:
Georg Brandl 2014-10-29 08:36:35 +01:00
parent 46761ec7c2
commit e73778c1ac
54 changed files with 160 additions and 160 deletions

View file

@ -76,7 +76,7 @@ documents precisely the version of the module you would get if you started the
Python interpreter and typed ``import spam``.
Module docs for core modules are assumed to reside in
``http://docs.python.org/X.Y/library/`` where ``X`` and ``Y`` are the
``https://docs.python.org/X.Y/library/`` where ``X`` and ``Y`` are the
major and minor version numbers of the Python interpreter. This can
be overridden by setting the :envvar:`PYTHONDOCS` environment variable
to a different URL or to a local directory containing the Library