Next:
17.7 Multimedia
Up:
17. Undocumented Modules
Previous:
17.5 Platform specific modules
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