summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libundoc.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-02-03 15:27:26 (GMT)
committerFred Drake <fdrake@acm.org>2000-02-03 15:27:26 (GMT)
commit2bb43a20cef55dc60f6a99753bd78ef78b35c3b8 (patch)
tree4a8373612c2d92db2dbdde4151b7302be4435c0c /Doc/lib/libundoc.tex
parentd89ffebd85e782f584e7d815b7567eb834c79450 (diff)
downloadcpython-2bb43a20cef55dc60f6a99753bd78ef78b35c3b8.zip
cpython-2bb43a20cef55dc60f6a99753bd78ef78b35c3b8.tar.gz
cpython-2bb43a20cef55dc60f6a99753bd78ef78b35c3b8.tar.bz2
The dircmp module is now obsolete.
Diffstat (limited to 'Doc/lib/libundoc.tex')
-rw-r--r--Doc/lib/libundoc.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex
index 18c9db7..5be93dd 100644
--- a/Doc/lib/libundoc.tex
+++ b/Doc/lib/libundoc.tex
@@ -35,9 +35,6 @@ This is a package rather than a module.
Some of these are very old and/or not very robust; marked with ``hmm.''
\begin{description}
-\item[\module{dircmp}]
---- class to build directory diff tools on (may become a demo or tool)
-
\item[\module{bdb}]
--- A generic Python debugger base class (used by pdb)
@@ -109,6 +106,9 @@ code object (these are now accessible as attributes:
\member{co.co_name}, \member{func.func_name},
\member{co.co_firstlineno}).
+\item[\module{dircmp}]
+--- class to build directory diff tools on (may become a demo or tool)
+
\item[\module{dump}]
--- Print python code that reconstructs a variable