summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorLars Gustäbel <lars@gustaebel.de>2000-09-24 11:06:27 (GMT)
committerLars Gustäbel <lars@gustaebel.de>2000-09-24 11:06:27 (GMT)
commit358f4da29c04e490d973db5634f10cb3df57b624 (patch)
tree59c4ce22658d4452850c4de82ba1d1b363c7c0e3 /Lib
parentfc643c339d5dd23e7090a3fcfb1ee92f7e5dc8e4 (diff)
downloadcpython-358f4da29c04e490d973db5634f10cb3df57b624.zip
cpython-358f4da29c04e490d973db5634f10cb3df57b624.tar.gz
cpython-358f4da29c04e490d973db5634f10cb3df57b624.tar.bz2
Added back missing argument to ignorableWhitespace signature.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/xml/sax/handler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/xml/sax/handler.py b/Lib/xml/sax/handler.py
index 64daf2e..d25c171 100644
--- a/Lib/xml/sax/handler.py
+++ b/Lib/xml/sax/handler.py
@@ -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