From 2bb43a20cef55dc60f6a99753bd78ef78b35c3b8 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 3 Feb 2000 15:27:26 +0000 Subject: [PATCH] The dircmp module is now obsolete. --- Doc/lib/libundoc.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index 18c9db7383..5be93dd539 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 -- 2.40.0