From: Guido van Rossum Date: Tue, 18 Nov 1997 15:30:40 +0000 (+0000) Subject: Add xmllib; remove (slow) from description of htmllib. X-Git-Tag: v1.5b1~92 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2974f0fe9a261e6a3a2c3edccba7cf93a87e4d2d;p=python Add xmllib; remove (slow) from description of htmllib. --- diff --git a/Doc/lib/libwww.tex b/Doc/lib/libwww.tex index 2558e94759..bf494bc04e 100644 --- a/Doc/lib/libwww.tex +++ b/Doc/lib/libwww.tex @@ -40,7 +40,10 @@ location, path, parameters, query string, fragment identifier). --- Only as much of an SGML parser as needed to parse HTML. \item[htmllib] ---- A (slow) parser for HTML documents. +--- A parser for HTML documents. + +\item[xmllib] +--- A parser for XML documents. \item[formatter] --- Generic output formatter and device interface. diff --git a/Doc/libwww.tex b/Doc/libwww.tex index 2558e94759..bf494bc04e 100644 --- a/Doc/libwww.tex +++ b/Doc/libwww.tex @@ -40,7 +40,10 @@ location, path, parameters, query string, fragment identifier). --- Only as much of an SGML parser as needed to parse HTML. \item[htmllib] ---- A (slow) parser for HTML documents. +--- A parser for HTML documents. + +\item[xmllib] +--- A parser for XML documents. \item[formatter] --- Generic output formatter and device interface.