list-like behaviour of etree.Element

Daniel Nogradi nogradi at gmail.com
Sun Mar 4 15:48:31 EST 2007


The etree.Element (or ElementTree.Element) supports a number of
list-like methods: append, insert, remove. Any special reason why it
doesn't support pop and extend (and maybe count)?



More information about the Python-list mailing list