Issue 881707: xml.sax.handler.ContentHandler missing argument (original) (raw)

On xml.sax.handler.ContentHandler (section 13.10.1 in the Library Reference), the ignorableWhitespace method is documented as taking no args.

The code, both in the stock xml package and in PyXML, has it taking one arg, whitespace.

FWIW also the docstring for the method says "the application must attempt to read from the array outside of the specified range" -- not meaningful in the current version of the interface, which only passes content rather than content, offset, length.