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, jkloth, ncoghlan, python-dev, scoder
Date 2013-08-26.19:35:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377545706.34.0.416759054466.issue17741@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a proof-of-concept patch that integrates the functionality of the IncrementalParser into the XMLParser. I ended up reusing most of Antoines implementation and test suite. In case he'll look back into this ticket at some point, I'll put a "thank you" here.

The patch certainly needs more cleanup, but it shows where things are going and passes all tests.
History
Date User Action Args
2013-08-26 19:35:06scodersetrecipients: + scoder, jcea, ncoghlan, jkloth, eli.bendersky, flox, python-dev
2013-08-26 19:35:06scodersetmessageid: <1377545706.34.0.416759054466.issue17741@psf.upfronthosting.co.za>
2013-08-26 19:35:06scoderlinkissue17741 messages
2013-08-26 19:35:06scodercreate