File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,3 +60,8 @@ \section{\module{pydoc} ---
6060\program {pydoc} \programopt {spam} documents precisely the version of
6161the module you would get if you started the Python interpreter and
6262typed \samp {import spam}.
63+
64+ Module docs for core modules are assumed to reside in
65+ {}\url {http://www.python.org/doc/current/lib/}. This can be overridden by
66+ setting the \envvar {PYTHONDOCS} environment variable to a different URL or
67+ to a local directory containing the Library Reference Manual pages.
Original file line number Diff line number Diff line change @@ -62,6 +62,11 @@ Library
6262Tools/Demos
6363-----------
6464
65+ - The pydoc script will display a link to the module documentation for
66+ modules determined to be part of the core distribution. The documentation
67+ base directory defaults to http://www.python.org/doc/current/lib/ but can
68+ be changed by setting the PYTHONDOCS environment variable.
69+
6570- texcheck.py now detects double word errors.
6671
6772- md5sum.py mistakenly opened input files in text mode by default, a
You can’t perform that action at this time.
0 commit comments