summaryrefslogtreecommitdiff
path: root/Doc/lib/lib.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-01-27 17:20:33 +0000
committerFred Drake <fdrake@acm.org>1999-01-27 17:20:33 +0000
commit9d814c6805eefb21ddc8139b35158f0b8103761c (patch)
tree433b188a324cdcb1f32d0f145fc5756e63e2697f /Doc/lib/lib.tex
parentc80baa3365d0c87f419020e3e1f0488d8bae8eb5 (diff)
downloadcpython-git-9d814c6805eefb21ddc8139b35158f0b8103761c.tar.gz
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.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index 020a932fd3..87c63c9732 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}