Removed now-documented modules from the list.

This commit is contained in:
Fred Drake 1998-08-11 15:49:09 +00:00
parent 23f414c539
commit 5bdf88a364
1 changed files with 0 additions and 6 deletions

View File

@ -120,12 +120,6 @@ contains helper code for colorizing Python source code.
\section{Code objects and files, debugger etc.} \section{Code objects and files, debugger etc.}
\begin{description} \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] \item[repr.py]
--- Redo the `...` (representation) but with limits on most --- Redo the `...` (representation) but with limits on most
sizes (used by pdb) sizes (used by pdb)