summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1997-07-18 20:44:22 (GMT)
committerFred Drake <fdrake@acm.org>1997-07-18 20:44:22 (GMT)
commitca1182b262fcda35a8d75d0903b9d1966cf904ad (patch)
treeeb741a7808afdf83120f33bb23aa3c5a5b4678cd /Doc
parentd2b9f81ec5bae919cd9ea335a1b8fb4afd963d07 (diff)
downloadcpython-ca1182b262fcda35a8d75d0903b9d1966cf904ad.zip
cpython-ca1182b262fcda35a8d75d0903b9d1966cf904ad.tar.gz
cpython-ca1182b262fcda35a8d75d0903b9d1966cf904ad.tar.bz2
Remove pprint from the list of undocumented modules.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libundoc.tex4
-rw-r--r--Doc/libundoc.tex4
2 files changed, 0 insertions, 8 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex
index fafdf68..08e62fb 100644
--- a/Doc/lib/libundoc.tex
+++ b/Doc/lib/libundoc.tex
@@ -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
diff --git a/Doc/libundoc.tex b/Doc/libundoc.tex
index fafdf68..08e62fb 100644
--- a/Doc/libundoc.tex
+++ b/Doc/libundoc.tex
@@ -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