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, scoder
Date 2013-09-13.16:03:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379088212.34.0.0740514839917.issue19010@psf.upfronthosting.co.za>
In-reply-to
Content
As mentioned in tickets #18902 and #17741, the XMLPullParser in the external lxml.etree package inherits from the existing XMLParser class. This makes the interface simpler, both simpler to explain and to implement.

The implementation in ElementTree should do the same.
History
Date User Action Args
2013-09-13 16:03:32scodersetrecipients: + scoder, eli.bendersky
2013-09-13 16:03:32scodersetmessageid: <1379088212.34.0.0740514839917.issue19010@psf.upfronthosting.co.za>
2013-09-13 16:03:32scoderlinkissue19010 messages
2013-09-13 16:03:31scodercreate