]> granicus.if.org Git - python/commitdiff
Added back missing argument to ignorableWhitespace signature.
authorLars Gustäbel <lars@gustaebel.de>
Sun, 24 Sep 2000 11:06:27 +0000 (11:06 +0000)
committerLars Gustäbel <lars@gustaebel.de>
Sun, 24 Sep 2000 11:06:27 +0000 (11:06 +0000)
Lib/xml/sax/handler.py

index 64daf2e064e62ec6c7b12fc8eee560edfc5bda7b..d25c17147605883bb518107d5b02a2af8850e827 100644 (file)
@@ -160,7 +160,7 @@ class ContentHandler:
         event must come from the same external entity so that the
         Locator provides useful information."""
 
-    def ignorableWhitespace(self ):
+    def ignorableWhitespace(self, whitespace):
         """Receive notification of ignorable whitespace in element content.
         
         Validating Parsers must use this method to report each chunk