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

Paul prescod@prescod.net
Fri, 15 Sep 2000 12:34:15 -0500 (CDT)


Thanks, that was one of the bugs I fixed yesterday.

http://sourceforge.net/patch/?func=detailpatch&patch_id=101511&group_id=5470


On Fri, 15 Sep 2000, Stephan Tolksdorf wrote:

> 
> 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
> 
> 
> 
> _______________________________________________
> XML-SIG maillist  -  XML-SIG@python.org
> http://www.python.org/mailman/listinfo/xml-sig
>