From: Raymond Hettinger Date: Mon, 14 Jul 2003 08:15:47 +0000 (+0000) Subject: SF bug #738090: Section 13.3: htmllib.HTMLParser constructor definition X-Git-Tag: v2.3c1~90 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9bb33868af2ba1c326c3de03e07ca6df97e4b693;p=python SF bug #738090: Section 13.3: htmllib.HTMLParser constructor definition amendment Add a clarifying cross-reference to the formatter module. --- diff --git a/Doc/lib/libhtmllib.tex b/Doc/lib/libhtmllib.tex index 6ec17bde16..41b647c589 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