On Mar 5, 1:00 am, "Fredrik Lundh" <[EMAIL PROTECTED]> wrote:
> Raymond Hettinger wrote:
> > On Mar 4, 12:48 pm, "Daniel Nogradi" <[EMAIL PROTECTED]> wrote:
> >> The etree.Element (or ElementTree.Element) supports a number of
> >> list-like methods: append, insert, remove. Any special reason why it
On Mar 5, 8:00 pm, "Fredrik Lundh" <[EMAIL PROTECTED]> wrote:
>
> extend() will be in the next release:
>
>http://effbot.org/zone/elementtree-changes-13.htm
>
Hi Fredrik,
"The library requires Python 2.2 or newer." -- Does this apply to
cElementTree as well?
Reason for asking: my xlrd packag
> >> 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)?
> >
> > Those methods would not be hard to add. Perhaps, submit a feature
> > request to Fredrik Lun
Raymond Hettinger wrote:
> On Mar 4, 12:48 pm, "Daniel Nogradi" <[EMAIL PROTECTED]> wrote:
>> 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)?
>
> Those meth
On Mar 4, 12:48 pm, "Daniel Nogradi" <[EMAIL PROTECTED]> wrote:
> 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)?
Those methods would not be hard to add. Perh
"Daniel Nogradi" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
| 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)?
I think you should turn the qu