
June 21, 2009
3:56 a.m.
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