On 1/16/2009 1:15 PM Paul Rubin apparently wrote:
range is an iterator now.  Try itertools.islice.

Well yes, it behaves like xrange did.
But (also like xrange) it supports indexing. (!)
So why not slicing?
I expected this (to keep it functionally
more similar to the old range).

Alan Isaac
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to