]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Start new chapter on restricted execution.
authorGuido van Rossum <guido@python.org>
Tue, 22 Oct 1996 01:11:53 +0000 (01:11 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 22 Oct 1996 01:11:53 +0000 (01:11 +0000)
Doc/lib.tex
Doc/lib/lib.tex

index 020ae838b8b733e9e42e9f0297ed1b489217f2be..1808d847509670929dc051cbac6ab8a68e891e94 100644 (file)
@@ -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}
index 020ae838b8b733e9e42e9f0297ed1b489217f2be..1808d847509670929dc051cbac6ab8a68e891e94 100644 (file)
@@ -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}