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, ncoghlan, scoder, serhiy.storchaka
Date 2013-09-20.07:08:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379660933.54.0.0641409492217.issue18990@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, right - I forgot that it currently only implements a part of the parser API in ElementTree. Adding "Returns the toplevel document element." behind the current sentence would do, I guess. That will need updating once the XMLPullParser implements support for parser targets, though. Also, the description could just be dropped if XMLPullParser inherited from XMLParser (ticket #19010), because it's just (or should just be) a redundant repitition. All that's really new is the read_events() method and the constructor's arguments. Keeping the rest out would simplify both the interface and the documentation.
History
Date User Action Args
2013-09-20 07:08:53scodersetrecipients: + scoder, ncoghlan, eli.bendersky, serhiy.storchaka
2013-09-20 07:08:53scodersetmessageid: <1379660933.54.0.0641409492217.issue18990@psf.upfronthosting.co.za>
2013-09-20 07:08:53scoderlinkissue18990 messages
2013-09-20 07:08:53scodercreate