Added section for operator module (compiled Skip Montanaro).

This commit is contained in:
Guido van Rossum 1996-12-06 21:22:41 +00:00
parent ccaf3b6d11
commit 61ed4db9e8
5 changed files with 389 additions and 1 deletions

View file

@ -77,6 +77,7 @@ to Python and how to embed it in other applications.
\input{libpython} % Python Services
\input{libsys}
\input{libtypes2} % types is already taken :-(
\input{liboperator}
\input{libtraceback}
\input{libpickle}
\input{libshelve}