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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=955e03bd68b7ea10d9c78e556ce50dcd778b1ee1;p=thirdparty%2FPython%2Fcpython.git 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 6ebfaddf4fb8..9a66a4458978 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}