elementtree question
Stefan Behnel
stefan.behnel-n05pAM at web.de
Wed Sep 26 07:25:32 EDT 2007
More information about the Python-list mailing list
Wed Sep 26 07:25:32 EDT 2007
- Previous message (by thread): elementtree question
- Next message (by thread): elementtree question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Fredrik Lundh wrote: > (this recent lxml habit of using lxml-specific versions of things that > are trivial to do with the standard API is a bit disappointing. kind of > defeats the purpose of having a standard API...) ElementTree is not the only standard API that lxml is following. Another one is the standard API of the "list" builtin type, which has an extend() method. ah-you're-just-jealous-we-had-it-first-ly, Stefan :)
- Previous message (by thread): elementtree question
- Next message (by thread): elementtree question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list