diff options
author | Fred Drake <fdrake@acm.org> | 1999-06-23 13:34:22 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-06-23 13:34:22 (GMT) |
commit | af81a509c3b8c970ea43516545ec7b2564182352 (patch) | |
tree | f8c587dde0f0446c08612a0d91debf1a2f21f4b0 /Doc/lib | |
parent | b742a42bc0c9454c8eccc8c2f1ad35928271f543 (diff) | |
download | cpython-af81a509c3b8c970ea43516545ec7b2564182352.zip cpython-af81a509c3b8c970ea43516545ec7b2564182352.tar.gz cpython-af81a509c3b8c970ea43516545ec7b2564182352.tar.bz2 |
Added more sections...
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/lib.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index fc01d6e..c3bbcb8 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -90,6 +90,7 @@ add new extensions to Python and how to embed it in other applications. \input{libtokenize} \input{libpyclbr} \input{libcode} +\input{libcodeop} \input{libpprint} \input{librepr} \input{libpycompile} % really py_compile @@ -227,6 +228,7 @@ add new extensions to Python and how to embed it in other applications. \input{libaudioop} \input{libimageop} \input{libaifc} +\input{libsunau} \input{libwave} \input{libchunk} \input{libcolorsys} |