diff options
author | Fred Drake <fdrake@acm.org> | 1998-08-11 15:49:09 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-08-11 15:49:09 (GMT) |
commit | 5bdf88a3647ff496b933acdf7cf1b6321e3106f4 (patch) | |
tree | 4a58a1b6d029513b9f61ccc92e30fa55de0f9c8c /Doc | |
parent | 23f414c539f31bdd6b01b673d4cf06087b7d1e49 (diff) | |
download | cpython-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.tex | 6 |
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) |