summaryrefslogtreecommitdiffstats
path: root/Doc/lib/lib.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-06-17 15:12:16 (GMT)
committerFred Drake <fdrake@acm.org>1999-06-17 15:12:16 (GMT)
commit26da2840acaa497fc93745b132a2b9a331d7b20c (patch)
tree0b3b1750aaa360eb3ea5909c08c9ea15c5af40e6 /Doc/lib/lib.tex
parent64bc94e3ec72780c27b39f8298b0e1b6af1d5e4e (diff)
downloadcpython-26da2840acaa497fc93745b132a2b9a331d7b20c.zip
cpython-26da2840acaa497fc93745b132a2b9a331d7b20c.tar.gz
cpython-26da2840acaa497fc93745b132a2b9a331d7b20c.tar.bz2
Add/remove entries due to additional sections from Moshe.
Diffstat (limited to 'Doc/lib/lib.tex')
-rw-r--r--Doc/lib/lib.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index 758cb23..6502bff 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -95,6 +95,7 @@ add new extensions to Python and how to embed it in other applications.
\input{libpycompile} % really py_compile
\input{libcompileall}
\input{libdis}
+\input{libnew}
\input{libsite}
\input{libuser}
\input{libbltin} % really __builtin__
@@ -127,7 +128,11 @@ add new extensions to Python and how to embed it in other applications.
\input{liballos} % Generic Operating System Services
\input{libos}
\input{libposixpath} % os.path
+\input{libdircache}
\input{libstat}
+\input{libstatcache}
+\input{libcmp}
+\input{libcmpcache}
\input{libtime}
\input{libgetpass}
\input{libgetopt}
@@ -218,6 +223,7 @@ add new extensions to Python and how to embed it in other applications.
\input{libaudioop}
\input{libimageop}
\input{libaifc}
+\input{libwave}
\input{libcolorsys}
\input{librgbimg}
\input{libimghdr}