diff options
author | Fred Drake <fdrake@acm.org> | 2000-08-03 21:18:18 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-08-03 21:18:18 (GMT) |
commit | ed13b4a5a64742a756e89d75c006b3aafd8183ec (patch) | |
tree | 38a31133b48df606a9d514f787c7165322f6ce13 /Doc/lib/lib.tex | |
parent | c253d9a6239489972b8807cf8e97395cbe19ba3f (diff) | |
download | cpython-ed13b4a5a64742a756e89d75c006b3aafd8183ec.zip cpython-ed13b4a5a64742a756e89d75c006b3aafd8183ec.tar.gz cpython-ed13b4a5a64742a756e89d75c006b3aafd8183ec.tar.bz2 |
Break the "Python Services" chapter into two: "Python Runtime Services"
(still at the start of the manual), and "Python Language Services" (late
in the manual). Moved "Restricted Execution" to just before "Python
Language Services."
Diffstat (limited to 'Doc/lib/lib.tex')
-rw-r--r-- | Doc/lib/lib.tex | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index f15f98f..ef3f71d 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -71,7 +71,7 @@ and how to embed it in other applications. \input{libexcs} \input{libfuncs} -\input{libpython} % Python Services +\input{libpython} % Python Runtime Services \input{libsys} \input{libgc} \input{libatexit} @@ -87,20 +87,10 @@ and how to embed it in other applications. \input{libmarshal} \input{libimp} %\input{libni} -\input{libparser} -\input{libsymbol} -\input{libtoken} -\input{libkeyword} -\input{libtokenize} -\input{libtabnanny} -\input{libpyclbr} \input{libcode} \input{libcodeop} \input{libpprint} \input{librepr} -\input{libpycompile} % really py_compile -\input{libcompileall} -\input{libdis} \input{libnew} \input{libsite} \input{libuser} @@ -243,10 +233,6 @@ and how to embed it in other applications. \input{libxmllib} \input{libpyexpat} -\input{librestricted} % Restricted Execution -\input{librexec} -\input{libbastion} - \input{libmm} % Multimedia Services \input{libaudioop} \input{libimageop} @@ -265,6 +251,22 @@ and how to embed it in other applications. \input{libmpz} \input{librotor} +\input{librestricted} % Restricted Execution +\input{librexec} +\input{libbastion} + +\input{language} % Python Language Services +\input{libparser} +\input{libsymbol} +\input{libtoken} +\input{libkeyword} +\input{libtokenize} +\input{libtabnanny} +\input{libpyclbr} +\input{libpycompile} % really py_compile +\input{libcompileall} +\input{libdis} + %\input{libamoeba} % AMOEBA ONLY %\input{libstdwin} % STDWIN ONLY |