[Python-Dev] Re: PEP 276 (simple iterator for ints)

Andrew Koenig ark-mlist at att.net
Wed Jun 30 12:55:37 EDT 2004


> ?? Simple Iterator For Ints ??
> http://www.python.org/peps/pep-0276.html
> Are you sure you mean 276?

Yes, I'm sure.  The proposal is that if n is an integer, iter(n) should
iterate over the elements of range(n).




More information about the Python-Dev mailing list