diff options
author | Guido van Rossum <guido@python.org> | 1996-10-22 01:11:53 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-10-22 01:11:53 (GMT) |
commit | 6e308d7e40ee4c3fe3f1477e7cc82bdc89c824c2 (patch) | |
tree | 9a16f998ade4b2b09d3cba80e5b54f922e907ec3 /Doc/lib | |
parent | 095538dd104f245cc10e7b0339b81b561c0be77a (diff) | |
download | cpython-6e308d7e40ee4c3fe3f1477e7cc82bdc89c824c2.zip cpython-6e308d7e40ee4c3fe3f1477e7cc82bdc89c824c2.tar.gz cpython-6e308d7e40ee4c3fe3f1477e7cc82bdc89c824c2.tar.bz2 |
Start new chapter on restricted execution.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/lib.tex | 6 |
1 files changed, 4 insertions, 2 deletions
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} |