On 10/19/05, Martin Blais <[EMAIL PROTECTED]> wrote:
> Just wondering, would anyone think of it as a good idea if the
> enumerate() builtin could accept a "start" argument?
And why not an additional "step" argument? Anyway, perhaps all this
can be done with a 'xrange' object...
--
Lisandro DalcĂ
Michel Pelletier <[EMAIL PROTECTED]> wrote:
>
> Martin Blais wrote:
> > Hi
> >
> > Just wondering, would anyone think of it as a good idea if the
> > enumerate() builtin could accept a "start" argument? I've run across
> > a few cases where this would have been useful. It seems generic
> > eno
Martin Blais wrote:
> Hi
>
> Just wondering, would anyone think of it as a good idea if the
> enumerate() builtin could accept a "start" argument? I've run across
> a few cases where this would have been useful. It seems generic
> enough too.
+1, but something more useful might be a a cross bet
Hi
Just wondering, would anyone think of it as a good idea if the
enumerate() builtin could accept a "start" argument? I've run across
a few cases where this would have been useful. It seems generic
enough too.
___
Python-Dev mailing list
Python-Dev@py