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 scoder
Recipients eli.bendersky, flox, jcea, jkloth, ncoghlan, python-dev, scoder
Date 2013-08-26.07:47:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377503236.57.0.722454117659.issue17741@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-08-26 07:47:16scodersetrecipients: + scoder, jcea, ncoghlan, jkloth, eli.bendersky, flox, python-dev
2013-08-26 07:47:16scodersetmessageid: <1377503236.57.0.722454117659.issue17741@psf.upfronthosting.co.za>
2013-08-26 07:47:16scoderlinkissue17741 messages
2013-08-26 07:47:16scodercreate