[Python-checkins] python/dist/src/Doc/lib libhtmlparser.tex, 1.3, 1.4

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sun Aug 24 21:31:30 EDT 2003


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

Modified Files:
	libhtmlparser.tex 
Log Message:
SF bug #793702:  Section 13.1 HTMLParser documentation error

The -- is special to TeX and was printing as just -.



Index: libhtmlparser.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libhtmlparser.tex,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** libhtmlparser.tex	17 Apr 2003 22:36:52 -0000	1.3
--- libhtmlparser.tex	25 Aug 2003 03:31:28 -0000	1.4
***************
*** 110,114 ****
  This method is called when a comment is encountered.  The
  \var{comment} argument is a string containing the text between the
! \samp{<!--} and \samp{-->} delimiters, but not the delimiters
  themselves.  For example, the comment \samp{<!--text-->} will cause
  this method to be called with the argument \code{'text'}.  It is
--- 110,114 ----
  This method is called when a comment is encountered.  The
  \var{comment} argument is a string containing the text between the
! \samp{<!-\-} and \samp{-\->} delimiters, but not the delimiters
  themselves.  For example, the comment \samp{<!--text-->} will cause
  this method to be called with the argument \code{'text'}.  It is





More information about the Python-checkins mailing list