Remove pprint from the list of undocumented modules.

This commit is contained in:
Fred Drake 1997-07-18 20:44:22 +00:00
parent d2b9f81ec5
commit ca1182b262
2 changed files with 0 additions and 8 deletions

View File

@ -73,10 +73,6 @@ bdb.py -- A generic Python debugger base class (used by pdb)
ihooks.py -- Import hook support (for ni and rexec)
pprint.py -- support to pretty-print lists, tuples, and dictionaries
recursively
\section{Parsing Python}
(One could argue that these should all be documented together with the

View File

@ -73,10 +73,6 @@ bdb.py -- A generic Python debugger base class (used by pdb)
ihooks.py -- Import hook support (for ni and rexec)
pprint.py -- support to pretty-print lists, tuples, and dictionaries
recursively
\section{Parsing Python}
(One could argue that these should all be documented together with the