[Python-ideas] Aid reiteration with new class: gfic

Greg Ewing greg.ewing at canterbury.ac.nz
Sun Jun 21 03:56:50 CEST 2009


Terry Reedy wrote:

> The issue is more frequent in Py3, which largely shifts from lists to 
> iterators as the common sequence interchange format.

I don't think that's right. As I understand it, things
like dict.items() now return *views*, which *are*
reiterable (as long as the underlying data doesn't
change).

-- 
Greg



More information about the Python-ideas mailing list