[Python-ideas] iter() on steroids

Greg Ewing greg.ewing at canterbury.ac.nz
Sat Apr 14 04:21:30 CEST 2007


George Sakkis wrote:

> I'm often lazy to import it to use, say izip() only once; I just go
> with zip() instead.

I think that range() and zip() are going to return
views or iterators in Py3k, so you won't be needing
izip() any more.

--
Greg



More information about the Python-ideas mailing list