Adapt pydoc to new doc URLs.

This commit is contained in:
Georg Brandl 2008-01-21 17:13:03 +00:00
parent ae747dccab
commit 0751d1ad2a
3 changed files with 8 additions and 9 deletions

View file

@ -59,7 +59,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://www.python.org/doc/current/lib/. 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.