commit | 8572b4fedf7e6ee4cd350680d53cd0a21574b083 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Sun May 06 01:05:02 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Sun May 06 01:05:02 2001 +0000 |
tree | d8f3f982d9b35dffb659ec228ae53628bf85a56e | |
parent | ef0c42d4e5d0d7493395b1e3c37fe53dc48a377f [diff] |
Generalize zip() to work with iterators. NEEDS DOC CHANGES. More AttributeErrors transmuted into TypeErrors, in test_b2.py, and, again, this strikes me as a good thing. This checkin completes the iterator generalization work that obviously needed to be done. Can anyone think of others that should be changed?