]> granicus.if.org Git - python/commitdiff
(libwww.tex): Added entry for formatter module.
authorFred Drake <fdrake@acm.org>
Tue, 8 Oct 1996 21:54:06 +0000 (21:54 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 8 Oct 1996 21:54:06 +0000 (21:54 +0000)
Doc/lib/libwww.tex
Doc/libwww.tex

index 009c79bc71f9b7455b1408fc1869570aca408c6a..3317fb3174442daab340b70aebef85b3fa54f5a2 100644 (file)
@@ -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.
 
index 009c79bc71f9b7455b1408fc1869570aca408c6a..3317fb3174442daab340b70aebef85b3fa54f5a2 100644 (file)
@@ -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.