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.08:36:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377506161.2.0.58501990952.issue17741@psf.upfronthosting.co.za>
In-reply-to
Content
> ... instead require passing in a callback that accepts the target ...

That could be the parser class then, for example, except that there may be other options to set as well. Plus, it would not actually allow iterparse to wrap a user provided target. So, in fact, that approach doesn't match with the design of introducing a target wrapper.
History
Date User Action Args
2013-08-26 08:36:01scodersetrecipients: + scoder, jcea, ncoghlan, jkloth, eli.bendersky, flox, python-dev
2013-08-26 08:36:01scodersetmessageid: <1377506161.2.0.58501990952.issue17741@psf.upfronthosting.co.za>
2013-08-26 08:36:01scoderlinkissue17741 messages
2013-08-26 08:36:01scodercreate