Mention pydoc

This commit is contained in:
Andrew M. Kuchling 2001-02-28 21:05:42 +00:00
parent 3a95850323
commit d6a1d79d16
1 changed files with 7 additions and 0 deletions

View File

@ -30,6 +30,13 @@ Standard library
has an hasAttributes method, and the handling of namespaces was
improved.
- Ka-Ping Yee contributed two new modules: inspect.py, a module for
getting information about live Python code, and pydoc.py, a module
for interactively converting docstrings to HTML or text.
Tools/scripts/pydoc, which is now automatically installed into
<prefix>/bin, uses pydoc.py to display documentation; try running
'pydoc' for the instructions.
Windows changes
- Build: Subproject _test (effectively) renamed to _testcapi.