[Python-checkins] python/dist/src/Doc/lib libsgmllib.tex, 1.22.36.1, 1.22.36.2 libxmllib.tex, 1.33.26.1, 1.33.26.2

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Thu Apr 1 11:38:47 EST 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21713/lib

Modified Files:
      Tag: release23-maint
	libsgmllib.tex libxmllib.tex 
Log Message:
remove workarounds to prevent "--" in code from being improperly munged to
single hyphens in the HTML output; this is no longer needed now that
../perl/python.perl makes things just work


Index: libsgmllib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libsgmllib.tex,v
retrieving revision 1.22.36.1
retrieving revision 1.22.36.2
diff -C2 -d -r1.22.36.1 -r1.22.36.2
*** libsgmllib.tex	18 Dec 2003 06:03:53 -0000	1.22.36.1
--- libsgmllib.tex	1 Apr 2004 16:38:44 -0000	1.22.36.2
***************
*** 34,40 ****
  
  \item
! SGML comments of the form \samp{<!-\code{-}\var{text}-\code{-}>}.  Note that
  spaces, tabs, and newlines are allowed between the trailing
! \samp{>} and the immediately preceding \samp{-\code{-}}.
  
  \end{itemize}
--- 34,40 ----
  
  \item
! SGML comments of the form \samp{<!--\var{text}-->}.  Note that
  spaces, tabs, and newlines are allowed between the trailing
! \samp{>} and the immediately preceding \samp{--}.
  
  \end{itemize}
***************
*** 141,146 ****
  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'}.  The
  default method does nothing.
--- 141,146 ----
  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'}.  The
  default method does nothing.

Index: libxmllib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libxmllib.tex,v
retrieving revision 1.33.26.1
retrieving revision 1.33.26.2
diff -C2 -d -r1.33.26.1 -r1.33.26.2
*** libxmllib.tex	18 Dec 2003 06:11:37 -0000	1.33.26.1
--- libxmllib.tex	1 Apr 2004 16:38:44 -0000	1.33.26.2
***************
*** 167,172 ****
  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'}.  The
  default method does nothing.
--- 167,172 ----
  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'}.  The
  default method does nothing.




More information about the Python-checkins mailing list