diff options
author | Fred Drake <fdrake@acm.org> | 1999-01-27 17:20:33 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-01-27 17:20:33 (GMT) |
commit | 9d814c6805eefb21ddc8139b35158f0b8103761c (patch) | |
tree | 433b188a324cdcb1f32d0f145fc5756e63e2697f /Doc/lib/lib.tex | |
parent | c80baa3365d0c87f419020e3e1f0488d8bae8eb5 (diff) | |
download | cpython-9d814c6805eefb21ddc8139b35158f0b8103761c.zip cpython-9d814c6805eefb21ddc8139b35158f0b8103761c.tar.gz cpython-9d814c6805eefb21ddc8139b35158f0b8103761c.tar.bz2 |
Document the repr module. This removes the entire "Code objects and
files, debugger etc." section from "Undocumented Modules"!
Diffstat (limited to 'Doc/lib/lib.tex')
-rw-r--r-- | Doc/lib/lib.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 020a932..87c63c9 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -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} |