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 <rep...@bugs.python.org>
<http://bugs.python.org/issue17741>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to