Commit 23f414c5 authored by Fred Drake's avatar Fred Drake

Added new sections.

parent e72e1e02
...@@ -76,7 +76,7 @@ add new extensions to Python and how to embed it in other applications. ...@@ -76,7 +76,7 @@ add new extensions to Python and how to embed it in other applications.
\input{liboperator} \input{liboperator}
\input{libtraceback} \input{libtraceback}
\input{libpickle} \input{libpickle}
\input{libcopyreg} \input{libcopyreg} % really copy_reg
\input{libshelve} \input{libshelve}
\input{libcopy} \input{libcopy}
\input{libmarshal} \input{libmarshal}
...@@ -88,6 +88,8 @@ add new extensions to Python and how to embed it in other applications. ...@@ -88,6 +88,8 @@ add new extensions to Python and how to embed it in other applications.
\input{libkeyword} \input{libkeyword}
\input{libcode} \input{libcode}
\input{libpprint} \input{libpprint}
\input{libpycompile} % really py_compile
\input{libcompileall}
\input{libdis} \input{libdis}
\input{libsite} \input{libsite}
\input{libuser} \input{libuser}
......
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