[Python-checkins] python/dist/src/Lib/xml/sax handler.py,1.10,1.11 (original) (raw)
fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Wed May 5 23:48:05 EDT 2004
- Previous message: [Python-checkins] python/dist/src/Doc/lib xmlsaxhandler.tex, 1.10, 1.11
- Next message: [Python-checkins] python/dist/src/Doc/lib xmlsaxhandler.tex, 1.10, 1.10.12.1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvsroot/python/python/dist/src/Lib/xml/sax In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23920/Lib/xml/sax
Modified Files: handler.py Log Message: fix documentation for ContentHandler.ignorableWhitespace() (closes SF bug #881707)
Index: handler.py
RCS file: /cvsroot/python/python/dist/src/Lib/xml/sax/handler.py,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** handler.py 24 Apr 2003 16:02:54 -0000 1.10 --- handler.py 6 May 2004 03:47:48 -0000 1.11
*** 178,185 **** of the characters in any single event must come from the same external entity, so that the Locator provides useful ! information. ! ! The application must not attempt to read from the array ! outside of the specified range."""
def processingInstruction(self, target, data):
--- 178,182 ---- of the characters in any single event must come from the same external entity, so that the Locator provides useful ! information."""
def processingInstruction(self, target, data):
- Previous message: [Python-checkins] python/dist/src/Doc/lib xmlsaxhandler.tex, 1.10, 1.11
- Next message: [Python-checkins] python/dist/src/Doc/lib xmlsaxhandler.tex, 1.10, 1.10.12.1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]