From: Guido van Rossum Date: Tue, 22 Oct 1996 01:11:53 +0000 (+0000) Subject: Start new chapter on restricted execution. X-Git-Tag: v1.4~71 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6e308d7e40ee4c3fe3f1477e7cc82bdc89c824c2;p=thirdparty%2FPython%2Fcpython.git Start new chapter on restricted execution. --- diff --git a/Doc/lib.tex b/Doc/lib.tex index 020ae838b8b7..1808d8475096 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 020ae838b8b7..1808d8475096 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}