Kaydet (Commit) 6e308d7e authored tarafından Guido van Rossum's avatar Guido van Rossum

Start new chapter on restricted execution.

üst 095538dd
...@@ -83,8 +83,6 @@ to Python and how to embed it in other applications. ...@@ -83,8 +83,6 @@ to Python and how to embed it in other applications.
\input{libcopy} \input{libcopy}
\input{libmarshal} \input{libmarshal}
\input{libimp} \input{libimp}
\input{librexec}
\input{libbastion}
\input{libparser} \input{libparser}
\input{libbltin} % really __builtin__ \input{libbltin} % really __builtin__
\input{libmain} % really __main__ \input{libmain} % really __main__
...@@ -147,6 +145,10 @@ to Python and how to embed it in other applications. ...@@ -147,6 +145,10 @@ to Python and how to embed it in other applications.
\input{libbinascii} \input{libbinascii}
\input{libxdrlib} \input{libxdrlib}
\input{librestricted}
\input{librexec}
\input{libbastion}
\input{libmm} % Multimedia Services \input{libmm} % Multimedia Services
\input{libaudioop} \input{libaudioop}
\input{libimageop} \input{libimageop}
......
...@@ -83,8 +83,6 @@ to Python and how to embed it in other applications. ...@@ -83,8 +83,6 @@ to Python and how to embed it in other applications.
\input{libcopy} \input{libcopy}
\input{libmarshal} \input{libmarshal}
\input{libimp} \input{libimp}
\input{librexec}
\input{libbastion}
\input{libparser} \input{libparser}
\input{libbltin} % really __builtin__ \input{libbltin} % really __builtin__
\input{libmain} % really __main__ \input{libmain} % really __main__
...@@ -147,6 +145,10 @@ to Python and how to embed it in other applications. ...@@ -147,6 +145,10 @@ to Python and how to embed it in other applications.
\input{libbinascii} \input{libbinascii}
\input{libxdrlib} \input{libxdrlib}
\input{librestricted}
\input{librexec}
\input{libbastion}
\input{libmm} % Multimedia Services \input{libmm} % Multimedia Services
\input{libaudioop} \input{libaudioop}
\input{libimageop} \input{libimageop}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment