From: Fred Drake Date: Tue, 8 Oct 1996 21:54:06 +0000 (+0000) Subject: (libwww.tex): Added entry for formatter module. X-Git-Tag: v1.4~122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08d301ec53e01bc70e8c88529223caa155a6c87e;p=python (libwww.tex): Added entry for formatter module. --- diff --git a/Doc/lib/libwww.tex b/Doc/lib/libwww.tex index 009c79bc71..3317fb3174 100644 --- a/Doc/lib/libwww.tex +++ b/Doc/lib/libwww.tex @@ -37,11 +37,14 @@ scripts. location, path, parameters, query string, fragment identifier). \item[htmllib] ---- A (slow) parser for HTML files. +--- A (slow) parser for HTML documents. \item[sgmllib] --- Only as much of an SGML parser as needed to parse HTML. +\item[formatter] +--- Generic output formatter and device interface. + \item[rfc822] --- Parse RFC-822 style mail headers. diff --git a/Doc/libwww.tex b/Doc/libwww.tex index 009c79bc71..3317fb3174 100644 --- a/Doc/libwww.tex +++ b/Doc/libwww.tex @@ -37,11 +37,14 @@ scripts. location, path, parameters, query string, fragment identifier). \item[htmllib] ---- A (slow) parser for HTML files. +--- A (slow) parser for HTML documents. \item[sgmllib] --- Only as much of an SGML parser as needed to parse HTML. +\item[formatter] +--- Generic output formatter and device interface. + \item[rfc822] --- Parse RFC-822 style mail headers.