]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added new sections.
authorFred Drake <fdrake@acm.org>
Tue, 11 Aug 1998 15:47:16 +0000 (15:47 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 11 Aug 1998 15:47:16 +0000 (15:47 +0000)
Doc/lib/lib.tex

index 7681a1af76a33bafc4fe1e9cdbf946387ffb4577..178503b1e5ec4b7f1caa4cf285dd0fa1298a97a9 100644 (file)
@@ -76,7 +76,7 @@ add new extensions to Python and how to embed it in other applications.
 \input{liboperator}
 \input{libtraceback}
 \input{libpickle}
-\input{libcopyreg}
+\input{libcopyreg}             % really copy_reg
 \input{libshelve}
 \input{libcopy}
 \input{libmarshal}
@@ -88,6 +88,8 @@ add new extensions to Python and how to embed it in other applications.
 \input{libkeyword}
 \input{libcode}
 \input{libpprint}
+\input{libpycompile}           % really py_compile
+\input{libcompileall}
 \input{libdis}
 \input{libsite}
 \input{libuser}