diff options
-rw-r--r-- | Doc/lib.tex | 6 | ||||
-rw-r--r-- | Doc/lib/lib.tex | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/Doc/lib.tex b/Doc/lib.tex index 020ae83..1808d84 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -83,8 +83,6 @@ to Python and how to embed it in other applications. \input{libcopy} \input{libmarshal} \input{libimp} -\input{librexec} -\input{libbastion} \input{libparser} \input{libbltin} % really __builtin__ \input{libmain} % really __main__ @@ -147,6 +145,10 @@ to Python and how to embed it in other applications. \input{libbinascii} \input{libxdrlib} +\input{librestricted} +\input{librexec} +\input{libbastion} + \input{libmm} % Multimedia Services \input{libaudioop} \input{libimageop} diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 020ae83..1808d84 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -83,8 +83,6 @@ to Python and how to embed it in other applications. \input{libcopy} \input{libmarshal} \input{libimp} -\input{librexec} -\input{libbastion} \input{libparser} \input{libbltin} % really __builtin__ \input{libmain} % really __main__ @@ -147,6 +145,10 @@ to Python and how to embed it in other applications. \input{libbinascii} \input{libxdrlib} +\input{librestricted} +\input{librexec} +\input{libbastion} + \input{libmm} % Multimedia Services \input{libaudioop} \input{libimageop} |