Added more sections...

This commit is contained in:
Fred Drake 1999-06-23 13:34:22 +00:00
parent b742a42bc0
commit af81a509c3
2 changed files with 4 additions and 0 deletions

View File

@ -190,8 +190,10 @@ LIBFILES= ../lib/lib.tex \
../lib/libcmp.tex \
../lib/libcmpcache.tex \
../lib/libstatcache.tex \
../lib/libsunau.tex \
../lib/libwave.tex \
../lib/libchunk.tex \
../lib/libcodeop.tex \
../lib/libcurses.tex \
../lib/libpipes.tex \
../lib/librlcompleter.tex \

View File

@ -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}