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 adamwill
Recipients adamwill, ammar2, christian.heimes, serhiy.storchaka
Date 2016-12-22.20:24:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482438297.51.0.683711596401.issue29050@psf.upfronthosting.co.za>
In-reply-to
Content
Digging some more, it looks like *only* Python 3.3 went so far out of its way to hide the pure-Python iterparse() - the code was changed again in 3.4 and it doesn't do that any more. So I think a way forward here is to make the code that uses _IterParseIterator specific to Python 3.3, and use the Python 2.7 code (i.e. just use the iterparse() function) for 3.2 and 3.4+.
History
Date User Action Args
2016-12-22 20:24:57adamwillsetrecipients: + adamwill, christian.heimes, serhiy.storchaka, ammar2
2016-12-22 20:24:57adamwillsetmessageid: <1482438297.51.0.683711596401.issue29050@psf.upfronthosting.co.za>
2016-12-22 20:24:57adamwilllinkissue29050 messages
2016-12-22 20:24:57adamwillcreate