diff options
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) |