17.6 Code objects and files, debugger etc.

compileall.py
-- force "compilation" of all .py files in a directory

py_compile.py
-- "compile" a .py file to a .pyc file

repr.py
-- Redo the `...` (representation) but with limits on most sizes (used by pdb)


guido@python.org