[XML-SIG] Typo in sax.__init__.py

Stephan Tolksdorf andorxor@gmx.de
Fri, 15 Sep 2000 18:19:24 +0200


Another bug:
In parse and parseString there's a small mistake...

parser=ExpatParser()
parser.setContentHandler( handler )
parse.setErrorHandler( errorHandler )
     ^.... Shouldn't there be an extra r?
parser.parse( buf )

Stephan Tolksdorf