summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libhtmllib.tex
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2003-07-14 08:15:47 (GMT)
committerRaymond Hettinger <python@rcn.com>2003-07-14 08:15:47 (GMT)
commit9bb33868af2ba1c326c3de03e07ca6df97e4b693 (patch)
tree587ef31d941587bf7246d0f81f515ff2a2606857 /Doc/lib/libhtmllib.tex
parent1d7a3489e97f58b919b6aa2b992022fb91059e6c (diff)
downloadcpython-9bb33868af2ba1c326c3de03e07ca6df97e4b693.zip
cpython-9bb33868af2ba1c326c3de03e07ca6df97e4b693.tar.gz
cpython-9bb33868af2ba1c326c3de03e07ca6df97e4b693.tar.bz2
SF bug #738090: Section 13.3: htmllib.HTMLParser constructor definition
amendment Add a clarifying cross-reference to the formatter module.
Diffstat (limited to 'Doc/lib/libhtmllib.tex')
-rw-r--r--Doc/lib/libhtmllib.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/lib/libhtmllib.tex b/Doc/lib/libhtmllib.tex
index 6ec17bd..41b647c 100644
--- a/Doc/lib/libhtmllib.tex
+++ b/Doc/lib/libhtmllib.tex
@@ -70,6 +70,9 @@ handlers for all HTML 2.0 and many HTML 3.0 and 3.2 elements.
\begin{seealso}
+ \seemodule{formatter}{Interface definition for transforming an
+ abstract flow of formatting events into
+ specific output events on writer objects.}
\seemodule{HTMLParser}{Alternate HTML parser that offers a slightly
lower-level view of the input, but is
designed to work with XHTML, and does not