From: Fred Drake Date: Wed, 9 Oct 1996 14:36:54 +0000 (+0000) Subject: (lib.tex, libwww.tex): Include the sgmlib chapter before the htmllib X-Git-Tag: v1.4~117 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e1980ed1f8a85fe72a6343a85a48c32dd90ed1b7;p=thirdparty%2FPython%2Fcpython.git (lib.tex, libwww.tex): Include the sgmlib chapter before the htmllib chapter to better reflect the relationship between the modules. --- diff --git a/Doc/lib.tex b/Doc/lib.tex index 42f0ef3f3983..020ae838b8b7 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -139,8 +139,8 @@ to Python and how to embed it in other applications. \input{libgopherlib} \input{libnntplib} \input{liburlparse} -\input{libhtmllib} \input{libsgmllib} +\input{libhtmllib} \input{libformatter} \input{librfc822} \input{libmimetools} diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 42f0ef3f3983..020ae838b8b7 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -139,8 +139,8 @@ to Python and how to embed it in other applications. \input{libgopherlib} \input{libnntplib} \input{liburlparse} -\input{libhtmllib} \input{libsgmllib} +\input{libhtmllib} \input{libformatter} \input{librfc822} \input{libmimetools} diff --git a/Doc/lib/libwww.tex b/Doc/lib/libwww.tex index 3317fb317444..c42494e61ac9 100644 --- a/Doc/lib/libwww.tex +++ b/Doc/lib/libwww.tex @@ -36,12 +36,12 @@ scripts. --- Parse a URL string into a tuple (addressing scheme identifier, network location, path, parameters, query string, fragment identifier). -\item[htmllib] ---- A (slow) parser for HTML documents. - \item[sgmllib] --- Only as much of an SGML parser as needed to parse HTML. +\item[htmllib] +--- A (slow) parser for HTML documents. + \item[formatter] --- Generic output formatter and device interface. diff --git a/Doc/libwww.tex b/Doc/libwww.tex index 3317fb317444..c42494e61ac9 100644 --- a/Doc/libwww.tex +++ b/Doc/libwww.tex @@ -36,12 +36,12 @@ scripts. --- Parse a URL string into a tuple (addressing scheme identifier, network location, path, parameters, query string, fragment identifier). -\item[htmllib] ---- A (slow) parser for HTML documents. - \item[sgmllib] --- Only as much of an SGML parser as needed to parse HTML. +\item[htmllib] +--- A (slow) parser for HTML documents. + \item[formatter] --- Generic output formatter and device interface.