18.7 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)

copy_reg.py - helper to provide extensibility for pickle/cPickle



guido@CNRI.Reston.Va.US