Adam Williamson added the comment:

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+.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29050>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to