[lxml-dev] el.attrib.pop()

Stefan Behnel stefan_ml at behnel.de
Sun Apr 15 11:43:44 CEST 2007


Hi Ian,

Ian Bicking wrote:
> Should the .attrib object have a pop method?

it's not in ET, but I wouldn't know why lxml shouldn't have it. "attrib"
should look at much like a dict as possible.

It's implemented in the trunk now.

Stefan


More information about the lxml-dev mailing list