[issue17741] event-driven XML parser

Stefan Behnel report at bugs.python.org
Mon Aug 26 09:47:16 CEST 2013


Stefan Behnel added the comment:

BTW, I also like how short and clean iterparse() becomes when you move this feature into the parser. It's basically just a convenience function that does read(), feed(), and yield-from. Plus the usual bit of bolerplate code, obviously.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17741>
_______________________________________


More information about the Python-bugs-list mailing list