Document the repr module. This removes the entire "Code objects and

files, debugger etc." section from "Undocumented Modules"!
This commit is contained in:
Fred Drake 1999-01-27 17:20:33 +00:00
parent c80baa3365
commit 9d814c6805
3 changed files with 126 additions and 9 deletions

View file

@ -88,6 +88,7 @@ add new extensions to Python and how to embed it in other applications.
\input{libkeyword}
\input{libcode}
\input{libpprint}
\input{librepr}
\input{libpycompile} % really py_compile
\input{libcompileall}
\input{libdis}