mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
mention new module doc display feature of pydoc in libref and NEWS
This commit is contained in:
parent
6e380cd1d8
commit
fd4fa8801a
2 changed files with 10 additions and 0 deletions
|
@ -60,3 +60,8 @@ environment and path to locate modules. Thus, invoking
|
|||
\program{pydoc} \programopt{spam} documents precisely the version of
|
||||
the module you would get if you started the Python interpreter and
|
||||
typed \samp{import spam}.
|
||||
|
||||
Module docs for core modules are assumed to reside in
|
||||
{}\url{http://www.python.org/doc/current/lib/}. 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue