]> granicus.if.org Git - python/commitdiff
The dircmp module is now obsolete.
authorFred Drake <fdrake@acm.org>
Thu, 3 Feb 2000 15:27:26 +0000 (15:27 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 3 Feb 2000 15:27:26 +0000 (15:27 +0000)
Doc/lib/libundoc.tex

index 18c9db738360fe2f2c70fad9a3260cf940c8b337..5be93dd539979ef3bb393468e94c693c85d2760c 100644 (file)
@@ -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