Added back missing argument to ignorableWhitespace signature.
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 @@
         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