From: Guido van Rossum Date: Tue, 18 Nov 1997 15:11:47 +0000 (+0000) Subject: Adding dis and xmllib docs X-Git-Tag: v1.5b1~98 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eae121e4360973e9fa197ec798790533da520dc5;p=python Adding dis and xmllib docs --- diff --git a/Doc/Makefile b/Doc/Makefile index aef8705c1c..cbf2f2dae7 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -113,7 +113,7 @@ LIBFILES = lib.tex \ libbase64.tex libfnmatch.tex libquopri.tex libzlib.tex libsocksvr.tex \ libmailbox.tex libcommands.tex libcmath.tex libni.tex libgzip.tex \ libpprint.tex libcode.tex libmimify.tex libre.tex libmacic.tex \ - libuserdict.tex + libuserdict.tex libdis.tex libxmllib.tex # Library document lib.dvi: $(LIBFILES) diff --git a/Doc/lib.tex b/Doc/lib.tex index 078ea856b6..d6c92e46a0 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} 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}