From 6e308d7e40ee4c3fe3f1477e7cc82bdc89c824c2 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 22 Oct 1996 01:11:53 +0000 Subject: Start new chapter on restricted execution. --- Doc/lib.tex | 6 ++++-- 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} -- cgit v0.12