summaryrefslogtreecommitdiffstats
path: root/Doc/lib/lib.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-08-11 15:47:16 (GMT)
committerFred Drake <fdrake@acm.org>1998-08-11 15:47:16 (GMT)
commit23f414c539f31bdd6b01b673d4cf06087b7d1e49 (patch)
tree3354ccb7ae9d3db7696cb0e6c864e78ad7fb72dd /Doc/lib/lib.tex
parente72e1e02fe67fb9a9284df09ebbc1073961c57e8 (diff)
downloadcpython-23f414c539f31bdd6b01b673d4cf06087b7d1e49.zip
cpython-23f414c539f31bdd6b01b673d4cf06087b7d1e49.tar.gz
cpython-23f414c539f31bdd6b01b673d4cf06087b7d1e49.tar.bz2
Added new sections.
Diffstat (limited to 'Doc/lib/lib.tex')
-rw-r--r--Doc/lib/lib.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index 7681a1a..178503b 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -76,7 +76,7 @@ add new extensions to Python and how to embed it in other applications.
\input{liboperator}
\input{libtraceback}
\input{libpickle}
-\input{libcopyreg}
+\input{libcopyreg} % really copy_reg
\input{libshelve}
\input{libcopy}
\input{libmarshal}
@@ -88,6 +88,8 @@ add new extensions to Python and how to embed it in other applications.
\input{libkeyword}
\input{libcode}
\input{libpprint}
+\input{libpycompile} % really py_compile
+\input{libcompileall}
\input{libdis}
\input{libsite}
\input{libuser}