commit | 801f0d78b5582a325d489831b991adb873067e80 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Aug 24 19:48:10 2006 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Aug 24 19:48:10 2006 +0000 |
tree | 4a5bde7b1386ea73ca0161ffb205911459fff63c | |
parent | d38abe94841194e3c92bfa2cfb89df36c82607a1 [diff] |
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.