[Python-checkins] python/dist/src/Lib/xml/sax handler.py, 1.10, 1.10.10.1

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


Update of /cvsroot/python/python/dist/src/Lib/xml/sax
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24062/Lib/xml/sax

Modified Files:
      Tag: release23-maint
	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.10.10.1
diff -C2 -d -r1.10 -r1.10.10.1
*** handler.py	24 Apr 2003 16:02:54 -0000	1.10
--- handler.py	6 May 2004 03:48:33 -0000	1.10.10.1
***************
*** 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):




More information about the Python-checkins mailing list