summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-08-11 15:49:09 (GMT)
committerFred Drake <fdrake@acm.org>1998-08-11 15:49:09 (GMT)
commit5bdf88a3647ff496b933acdf7cf1b6321e3106f4 (patch)
tree4a58a1b6d029513b9f61ccc92e30fa55de0f9c8c /Doc
parent23f414c539f31bdd6b01b673d4cf06087b7d1e49 (diff)
downloadcpython-5bdf88a3647ff496b933acdf7cf1b6321e3106f4.zip
cpython-5bdf88a3647ff496b933acdf7cf1b6321e3106f4.tar.gz
cpython-5bdf88a3647ff496b933acdf7cf1b6321e3106f4.tar.bz2
Removed now-documented modules from the list.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libundoc.tex6
1 files changed, 0 insertions, 6 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex
index e1607a9..4551a00 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)