Files
cpython/Python
Guido van Rossum 801f0d78b5 Make built-in zip() equal to itertools.izip().
I mea, *really* equal -- for now, the implementation just imports
itertools. :-)
The only other changes necessary were various unit tests that were
assuming zip() returns a real list.  No "real" code made this assumption.
2006-08-24 19:48:10 +00:00
..
2002-12-30 22:08:05 +00:00
2006-04-21 14:02:59 +00:00
2005-07-09 15:26:33 +00:00