Start new chapter on restricted execution.

This commit is contained in:
Guido van Rossum 1996-10-22 01:11:53 +00:00
parent 095538dd10
commit 6e308d7e40
2 changed files with 8 additions and 4 deletions

View 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}

View 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}