diff options
Diffstat (limited to 'Doc/lib/lib.tex')
-rw-r--r-- | Doc/lib/lib.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 078ea85..d6c92e4 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/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} |