itertools.count() as built-in
John Machin
sjmachin at lexicon.net
Sun May 28 19:03:53 EDT 2006
On 29/05/2006 4:14 AM, jantod at gmail.com wrote:
> Is there any chance of itertools.count() ever becoming one of the
> built-in functions? It's a wonderful little function and I find myself
> importing it in every module I write.
>
Every module?? Do you use any/many other itertools functions? Care to
give us a sample of your typical usage of itertools.count?
Cheers,
John
More information about the Python-list
mailing list