diff options
| author | Fred Drake <fdrake@acm.org> | 1996-10-08 21:54:06 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 1996-10-08 21:54:06 +0000 |
| commit | 08d301ec53e01bc70e8c88529223caa155a6c87e (patch) | |
| tree | b959f04125c1a5bfd959d63ba1995ea1521a5db3 /Doc/lib/libwww.tex | |
| parent | e83b30d51e12fce7b88b8baaa138e35a7c00aecb (diff) | |
| download | cpython-git-08d301ec53e01bc70e8c88529223caa155a6c87e.tar.gz | |
(libwww.tex): Added entry for formatter module.
Diffstat (limited to 'Doc/lib/libwww.tex')
| -rw-r--r-- | Doc/lib/libwww.tex | 5 |
1 files changed, 4 insertions, 1 deletions
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. |
