diff options
author | Guido van Rossum <guido@python.org> | 1996-12-06 21:22:41 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-12-06 21:22:41 (GMT) |
commit | 61ed4db9e8eca7807d5bca3e2ee0f81cf40bd3d1 (patch) | |
tree | bf17ae6e8295497d46e63f2e4139dc9b377a2c0b /Doc/lib/lib.tex | |
parent | ccaf3b6d11f7ea1a8e17ce99f1f6ec2f84d7f35c (diff) | |
download | cpython-61ed4db9e8eca7807d5bca3e2ee0f81cf40bd3d1.zip cpython-61ed4db9e8eca7807d5bca3e2ee0f81cf40bd3d1.tar.gz cpython-61ed4db9e8eca7807d5bca3e2ee0f81cf40bd3d1.tar.bz2 |
Added section for operator module (compiled Skip Montanaro).
Diffstat (limited to 'Doc/lib/lib.tex')
-rw-r--r-- | Doc/lib/lib.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 1808d84..6eac257 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -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} |