mirror of https://github.com/python/cpython
Added more sections...
This commit is contained in:
parent
b742a42bc0
commit
af81a509c3
|
@ -190,8 +190,10 @@ LIBFILES= ../lib/lib.tex \
|
||||||
../lib/libcmp.tex \
|
../lib/libcmp.tex \
|
||||||
../lib/libcmpcache.tex \
|
../lib/libcmpcache.tex \
|
||||||
../lib/libstatcache.tex \
|
../lib/libstatcache.tex \
|
||||||
|
../lib/libsunau.tex \
|
||||||
../lib/libwave.tex \
|
../lib/libwave.tex \
|
||||||
../lib/libchunk.tex \
|
../lib/libchunk.tex \
|
||||||
|
../lib/libcodeop.tex \
|
||||||
../lib/libcurses.tex \
|
../lib/libcurses.tex \
|
||||||
../lib/libpipes.tex \
|
../lib/libpipes.tex \
|
||||||
../lib/librlcompleter.tex \
|
../lib/librlcompleter.tex \
|
||||||
|
|
|
@ -90,6 +90,7 @@ add new extensions to Python and how to embed it in other applications.
|
||||||
\input{libtokenize}
|
\input{libtokenize}
|
||||||
\input{libpyclbr}
|
\input{libpyclbr}
|
||||||
\input{libcode}
|
\input{libcode}
|
||||||
|
\input{libcodeop}
|
||||||
\input{libpprint}
|
\input{libpprint}
|
||||||
\input{librepr}
|
\input{librepr}
|
||||||
\input{libpycompile} % really py_compile
|
\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{libaudioop}
|
||||||
\input{libimageop}
|
\input{libimageop}
|
||||||
\input{libaifc}
|
\input{libaifc}
|
||||||
|
\input{libsunau}
|
||||||
\input{libwave}
|
\input{libwave}
|
||||||
\input{libchunk}
|
\input{libchunk}
|
||||||
\input{libcolorsys}
|
\input{libcolorsys}
|
||||||
|
|
Loading…
Reference in New Issue