[Python-checkins] python/dist/src/Doc/lib xmlsaxhandler.tex, 1.10, 1.11 (original) (raw)

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Wed May 5 23:48:04 EDT 2004


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

Modified Files: xmlsaxhandler.tex Log Message: fix documentation for ContentHandler.ignorableWhitespace() (closes SF bug #881707)

Index: xmlsaxhandler.tex

RCS file: /cvsroot/python/python/dist/src/Doc/lib/xmlsaxhandler.tex,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** xmlsaxhandler.tex 18 Apr 2003 22:04:34 -0000 1.10 --- xmlsaxhandler.tex 6 May 2004 03:47:48 -0000 1.11


*** 286,290 **** \end{methoddesc}

! \begin{methoddesc}[ContentHandler]{ignorableWhitespace}{} Receive notification of ignorable whitespace in element content.

--- 286,290 ---- \end{methoddesc}

! \begin{methoddesc}[ContentHandler]{ignorableWhitespace}{whitespace} Receive notification of ignorable whitespace in element content.



More information about the Python-checkins mailing list