[Python-checkins] python/dist/src/Doc/lib libhtmllib.tex,1.25,1.26

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Mon, 14 Jul 2003 01:15:49 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv12724

Modified Files:
	libhtmllib.tex 
Log Message:
SF bug #738090: Section 13.3: htmllib.HTMLParser constructor definition 
                amendment

Add a clarifying cross-reference to the formatter module.



Index: libhtmllib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libhtmllib.tex,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** libhtmllib.tex	16 Apr 2003 13:21:06 -0000	1.25
--- libhtmllib.tex	14 Jul 2003 08:15:47 -0000	1.26
***************
*** 71,74 ****
--- 71,77 ----
  
  \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