[Python-Dev] ElementTree in stdlib
Nick Coghlan
ncoghlan at gmail.com
Tue Dec 13 12:09:47 CET 2005
Walter Dörwald wrote:
> Having to define classes that conform to a certain API and registering
> instances of those classes as callbacks with the parser doesn't look
> that pythonic to me. An iterator API seems much more pythonic.
If this is a comment on the ElementTree API, then /F must agree with you -
iterparse [1] was added to the API earlier this year. . .
Cheers,
Nick.
[1] http://effbot.org/zone/element-iterparse.htm
--
Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
---------------------------------------------------------------
http://www.boredomandlaziness.org
More information about the Python-Dev
mailing list