From: Andrew M. Kuchling Date: Wed, 28 Feb 2001 21:05:42 +0000 (+0000) Subject: Mention pydoc X-Git-Tag: v2.1b1~121 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d6a1d79d167db2bed280d055039afdb1a91e5e57;p=thirdparty%2FPython%2Fcpython.git Mention pydoc --- diff --git a/Misc/NEWS b/Misc/NEWS index 179d10a592d8..e605f33792d5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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 + /bin, uses pydoc.py to display documentation; try running + 'pydoc' for the instructions. + Windows changes - Build: Subproject _test (effectively) renamed to _testcapi.