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/libpython.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/libpython.tex')
-rw-r--r-- | Doc/libpython.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/libpython.tex b/Doc/libpython.tex index 6b7195a..5b3e7a9 100644 --- a/Doc/libpython.tex +++ b/Doc/libpython.tex @@ -12,6 +12,9 @@ environment. Here's an overview: \item[types] --- Names for all built-in types. +\item[UserDict, UserList] +--- Class wrappers for dictionary and list objects. + \item[traceback] --- Print or retrieve a stack traceback. |