changeset: 101915:c60d2e4f4f96 branch: 2.7 parent: 101900:45444e30b415 user: Martin Panter date: Sun Jun 12 04:38:34 2016 +0000 files: Doc/library/pydoc.rst description: Issue #16484: PYTHONDOCS still uses “http:” in Python 2 diff -r 45444e30b415 -r c60d2e4f4f96 Doc/library/pydoc.rst --- a/Doc/library/pydoc.rst Sat Jun 11 15:12:35 2016 -0700 +++ b/Doc/library/pydoc.rst Sun Jun 12 04:38:34 2016 +0000 @@ -80,7 +80,7 @@ Python interpreter and typed ``import spam``. Module docs for core modules are assumed to reside in -https://docs.python.org/library/. This can be overridden by setting the +http://docs.python.org/library/. This can be overridden by setting the :envvar:`PYTHONDOCS` environment variable to a different URL or to a local directory containing the Library Reference Manual pages.