]> granicus.if.org Git - python/commitdiff
Mention pydoc
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 28 Feb 2001 21:05:42 +0000 (21:05 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 28 Feb 2001 21:05:42 +0000 (21:05 +0000)
Misc/NEWS

index 179d10a592d8180f94812d10da45c3f89ce41e42..e605f33792d5df8dc933bf3ca6e6c00eab09e8ee 100644 (file)
--- 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
+  <prefix>/bin, uses pydoc.py to display documentation; try running 
+  'pydoc' for the instructions.
+
 Windows changes
 
 - Build:  Subproject _test (effectively) renamed to _testcapi.