This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author scoder
Recipients eli.bendersky, flox, jcea, pitrou, python-dev, scoder
Date 2013-08-09.13:37:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376055450.49.0.222553897675.issue17741@psf.upfronthosting.co.za>
In-reply-to
Content
Thinking about the original patch some more - I wonder why it doesn't use a wrapper for TreeBuilder to process the events. Antoine, is there a reason why you had to add this _setevents() method to the XMLParser, instead of making the IncrementalParser an IncrementalTreeBuilder?
History
Date User Action Args
2013-08-09 13:37:30scodersetrecipients: + scoder, jcea, pitrou, eli.bendersky, flox, python-dev
2013-08-09 13:37:30scodersetmessageid: <1376055450.49.0.222553897675.issue17741@psf.upfronthosting.co.za>
2013-08-09 13:37:30scoderlinkissue17741 messages
2013-08-09 13:37:30scodercreate