[Python-Dev] iterzip() (original) (raw)

Raymond Hettinger python@rcn.com
Sun, 28 Apr 2002 10:23:22 -0400


What do you guys think about the merits of an iterzip() function that behaves like zip() but returns an iterator instead of a list?

Raymond Hettinger

P.S. There is a patch for experimentation at http://www.python.org/sf/549662