mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Start new chapter on restricted execution.
This commit is contained in:
parent
095538dd10
commit
6e308d7e40
2 changed files with 8 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue