From eae121e4360973e9fa197ec798790533da520dc5 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 18 Nov 1997 15:11:47 +0000 Subject: Adding dis and xmllib docs --- Doc/lib/lib.tex | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Doc/lib/lib.tex') diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 078ea856b6..d6c92e46a0 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} -- cgit v1.2.1