Message197309
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. |
|
Date |
User |
Action |
Args |
2013-09-08 18:26:14 | scoder | set | recipients:
+ scoder, jcea, ncoghlan, jkloth, eli.bendersky, flox, ethan.furman, python-dev |
2013-09-08 18:26:14 | scoder | set | messageid: <1378664774.35.0.422806183056.issue17741@psf.upfronthosting.co.za> |
2013-09-08 18:26:14 | scoder | link | issue17741 messages |
2013-09-08 18:26:14 | scoder | create | |
|