(still at the start of the manual), and "Python Language Services" (late
in the manual). Moved "Restricted Execution" to just before "Python
Language Services."
../lib/internet.tex \
../lib/netdata.tex \
../lib/markup.tex \
+ ../lib/language.tex \
../lib/libpycompile.tex \
../lib/libcompileall.tex \
../lib/libshlex.tex \
--- /dev/null
+\chapter{Python Language Services
+ \label{language}}
+
+Python provides a number of modules to assist in working with the
+Python language. These module support tokenizing, parsing, syntax
+analysis, bytecode disassembly, and various other facilities.
+
+These modules include:
+
+\localmoduletable
\input{libexcs}
\input{libfuncs}
-\input{libpython} % Python Services
+\input{libpython} % Python Runtime Services
\input{libsys}
\input{libgc}
\input{libatexit}
\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}
\input{libxmllib}
\input{libpyexpat}
-\input{librestricted} % Restricted Execution
-\input{librexec}
-\input{libbastion}
-
\input{libmm} % Multimedia Services
\input{libaudioop}
\input{libimageop}
\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
-\chapter{Python Services}
-\label{python}
+\chapter{Python Runtime Services
+ \label{python}}
The modules described in this chapter provide a wide range of services
related to the Python interpreter and its interaction with its