Message 325041 - Python tracker

Message325041

Author scoder
Recipients Martin Hosken, eli.bendersky, scoder, serhiy.storchaka, xtreak
Date 2018-09-11.18:00:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536688857.23.0.0269046726804.issue34600@psf.upfronthosting.co.za>
In-reply-to
Content
lxml supports "comment" and "pi" as event types in iterparse (or, more specifically, in the XMLPullParser). If someone wants to implement this for (c)ElementTree, I'd be happy to review the PR.

https://lxml.de/api/lxml.etree.XMLPullParser-class.html
History
Date User Action Args
2018-09-11 18:00:57scodersetrecipients: + scoder, eli.bendersky, serhiy.storchaka, xtreak, Martin Hosken
2018-09-11 18:00:57scodersetmessageid: <1536688857.23.0.0269046726804.issue34600@psf.upfronthosting.co.za>
2018-09-11 18:00:57scoderlinkissue34600 messages
2018-09-11 18:00:57scodercreate