commit | 7f3b0421deb42d5dbf049f734e6d49ff816608a3 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Mar 27 14:56:18 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Mar 27 14:56:18 1997 +0000 |
tree | 786634290f2c31b9bd66e0af8b6f09b728e8e3ef | |
parent | b6a80262e10a2817db0ea181ed7a9c58df858bef [diff] [blame] |
Added docs for UserDict,UserList
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 @@ \input{libpython} % Python Services \input{libsys} \input{libtypes2} % types is already taken :-( +\input{libuser} \input{liboperator} \input{libtraceback} \input{libpickle}