diff options
author | Guido van Rossum <guido@python.org> | 1997-03-27 14:56:18 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-03-27 14:56:18 (GMT) |
commit | 7f3b0421deb42d5dbf049f734e6d49ff816608a3 (patch) | |
tree | 786634290f2c31b9bd66e0af8b6f09b728e8e3ef /Doc/lib.tex | |
parent | b6a80262e10a2817db0ea181ed7a9c58df858bef (diff) | |
download | cpython-7f3b0421deb42d5dbf049f734e6d49ff816608a3.zip cpython-7f3b0421deb42d5dbf049f734e6d49ff816608a3.tar.gz cpython-7f3b0421deb42d5dbf049f734e6d49ff816608a3.tar.bz2 |
Added docs for UserDict,UserList
Diffstat (limited to 'Doc/lib.tex')
-rw-r--r-- | Doc/lib.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib.tex b/Doc/lib.tex index c6ca392..c6fd107 100644 --- a/Doc/lib.tex +++ b/Doc/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{libuser} \input{liboperator} \input{libtraceback} \input{libpickle} |