[Python-checkins] python/dist/src/Doc/lib libhtmlparser.tex, 1.3.12.2, 1.3.12.3

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Mon Dec 15 21:01:25 EST 2003


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

Modified Files:
      Tag: release23-maint
	libhtmlparser.tex 
Log Message:
quick workaround to make "--" in a code sample not be treated wrongly
(converted to an en-dash) by LaTeX2HTML


Index: libhtmlparser.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libhtmlparser.tex,v
retrieving revision 1.3.12.2
retrieving revision 1.3.12.3
diff -C2 -d -r1.3.12.2 -r1.3.12.3
*** libhtmlparser.tex	7 Dec 2003 12:47:00 -0000	1.3.12.2
--- libhtmlparser.tex	16 Dec 2003 02:01:22 -0000	1.3.12.3
***************
*** 110,117 ****
  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
! intended to be overridden by a derived class; the base class
  implementation does nothing.
  \end{methoddesc}
--- 110,117 ----
  This method is called when a comment is encountered.  The
  \var{comment} argument is a string containing the text between the
! \samp{-\code{-}} and \samp{-\code{-}} delimiters, but not the delimiters
! themselves.  For example, the comment \samp{<!-\code{-}text-\code{-}>}
! will cause this method to be called with the argument \code{'text'}.
! It is intended to be overridden by a derived class; the base class
  implementation does nothing.
  \end{methoddesc}





More information about the Python-checkins mailing list