Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d6a1d79

Browse files
committed
Mention pydoc
1 parent 3a95850 commit d6a1d79

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ Standard library
3030
has an hasAttributes method, and the handling of namespaces was
3131
improved.
3232

33+
- Ka-Ping Yee contributed two new modules: inspect.py, a module for
34+
getting information about live Python code, and pydoc.py, a module
35+
for interactively converting docstrings to HTML or text.
36+
Tools/scripts/pydoc, which is now automatically installed into
37+
<prefix>/bin, uses pydoc.py to display documentation; try running
38+
'pydoc' for the instructions.
39+
3340
Windows changes
3441

3542
- Build: Subproject _test (effectively) renamed to _testcapi.

0 commit comments

Comments
 (0)