From 358f4da29c04e490d973db5634f10cb3df57b624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Gust=C3=A4bel?= Date: Sun, 24 Sep 2000 11:06:27 +0000 Subject: [PATCH] Added back missing argument to ignorableWhitespace signature. --- Lib/xml/sax/handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/xml/sax/handler.py b/Lib/xml/sax/handler.py index 64daf2e064e..d25c1714760 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