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, ethan.furman, flox, jcea, jkloth, ncoghlan, python-dev, scoder
Date 2013-09-08.18:26:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378664774.35.0.422806183056.issue17741@psf.upfronthosting.co.za>
In-reply-to
Content
While refactoring the iterparse() implementation in lxml to support this new interface, I noticed that the close() method of the XMLPullParser does not behave like the close() method of the XMLParser. Instead of setting some .root attribute on the parser instance, the method should return the root element that the tree builder generated.
History
Date User Action Args
2013-09-08 18:26:14scodersetrecipients: + scoder, jcea, ncoghlan, jkloth, eli.bendersky, flox, ethan.furman, python-dev
2013-09-08 18:26:14scodersetmessageid: <1378664774.35.0.422806183056.issue17741@psf.upfronthosting.co.za>
2013-09-08 18:26:14scoderlinkissue17741 messages
2013-09-08 18:26:14scodercreate