diff options
author | Guido van Rossum <guido@python.org> | 1997-08-30 20:02:25 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-08-30 20:02:25 (GMT) |
commit | 36764b8b0e2f7fee83196bb08d78efda7092c472 (patch) | |
tree | c06d82ced6752ed5c1cb18310d9f98e646db98c6 /Doc/lib.tex | |
parent | d7ed683a7ead15583899d7f7fbfb9078139c6a80 (diff) | |
download | cpython-36764b8b0e2f7fee83196bb08d78efda7092c472.zip cpython-36764b8b0e2f7fee83196bb08d78efda7092c472.tar.gz cpython-36764b8b0e2f7fee83196bb08d78efda7092c472.tar.bz2 |
Added docs for 'user' customization module. Renamed libuser.tex
(which had UserDict/UserList) to libuserdict.tex.
Diffstat (limited to 'Doc/lib.tex')
-rw-r--r-- | Doc/lib.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib.tex b/Doc/lib.tex index b2d596f..4db67fb 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -77,7 +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{libuserdict} \input{liboperator} \input{libtraceback} \input{libpickle} @@ -90,6 +90,7 @@ to Python and how to embed it in other applications. \input{libpprint} \input{libcode} \input{libsite} +\input{libuser} \input{libbltin} % really __builtin__ \input{libmain} % really __main__ |