On Wed, Jun 2, 2010 at 19:57, bearophile <[email protected]> wrote:

> Philippe Sigaud:
> > What, do you also need the no-arg version of iota?
> >
> > :-p
>
> I'd like a generator (range) similar to the Python itertools.count, that
> yields numbers starting from the given number (defaulting to zero) and just
> goes on and on. You can use it in many situations:
> http://docs.python.org/library/itertools.html#itertools.count
>
>
Yes, it's handy. It's one of the first range I made, a year ago.

Reply via email to