From: Fred Drake Date: Mon, 9 Oct 2000 18:11:24 +0000 (+0000) Subject: Push xmllib to the end of the markup chapter since it is deprecated. X-Git-Tag: v2.0c1~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=955e03bd68b7ea10d9c78e556ce50dcd778b1ee1;p=python Push xmllib to the end of the markup chapter since it is deprecated. --- diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 6ebfaddf4f..9a66a44589 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -233,9 +233,9 @@ and how to embed it in other applications. \input{markup} % Structured Markup Processing Tools \input{libsgmllib} \input{libhtmllib} -\input{libxmllib} \input{libpyexpat} \input{xmlsax} +\input{libxmllib} \input{libmm} % Multimedia Services \input{libaudioop}