diff options
author | Guido van Rossum <guido@python.org> | 1997-11-18 15:11:47 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-11-18 15:11:47 (GMT) |
commit | eae121e4360973e9fa197ec798790533da520dc5 (patch) | |
tree | 4a987913b227691c9c69378c7c7268b3de7630d3 /Doc/lib.tex | |
parent | a10768ae44d0547448e6a7940338342be41b1d76 (diff) | |
download | cpython-eae121e4360973e9fa197ec798790533da520dc5.zip cpython-eae121e4360973e9fa197ec798790533da520dc5.tar.gz cpython-eae121e4360973e9fa197ec798790533da520dc5.tar.bz2 |
Adding dis and xmllib docs
Diffstat (limited to 'Doc/lib.tex')
-rw-r--r-- | Doc/lib.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib.tex b/Doc/lib.tex index 078ea85..d6c92e4 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -90,6 +90,7 @@ to Python and how to embed it in other applications. \input{libkeyword} \input{libcode} \input{libpprint} +\input{libdis} \input{libsite} \input{libuser} \input{libbltin} % really __builtin__ @@ -161,6 +162,7 @@ to Python and how to embed it in other applications. \input{liburlparse} \input{libsgmllib} \input{libhtmllib} +\input{libxmllib} \input{libformatter} \input{librfc822} \input{libmimetools} |