From: Fred Drake Date: Tue, 11 Aug 1998 15:49:09 +0000 (+0000) Subject: Removed now-documented modules from the list. X-Git-Tag: v1.5.2a1~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5bdf88a3647ff496b933acdf7cf1b6321e3106f4;p=python Removed now-documented modules from the list. --- diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index e1607a9004..4551a005a2 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/libundoc.tex @@ -120,12 +120,6 @@ contains helper code for colorizing Python source code. \section{Code objects and files, debugger etc.} \begin{description} -\item[compileall.py] ---- force "compilation" of all .py files in a directory - -\item[py_compile.py] ---- "compile" a .py file to a .pyc file - \item[repr.py] --- Redo the `...` (representation) but with limits on most sizes (used by pdb)