mirror of https://github.com/python/cpython
Added back missing argument to ignorableWhitespace signature.
This commit is contained in:
parent
fc643c339d
commit
358f4da29c
|
@ -160,7 +160,7 @@ class ContentHandler:
|
||||||
event must come from the same external entity so that the
|
event must come from the same external entity so that the
|
||||||
Locator provides useful information."""
|
Locator provides useful information."""
|
||||||
|
|
||||||
def ignorableWhitespace(self ):
|
def ignorableWhitespace(self, whitespace):
|
||||||
"""Receive notification of ignorable whitespace in element content.
|
"""Receive notification of ignorable whitespace in element content.
|
||||||
|
|
||||||
Validating Parsers must use this method to report each chunk
|
Validating Parsers must use this method to report each chunk
|
||||||
|
|
Loading…
Reference in New Issue