]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Generalize zip() to work with iterators.
authorTim Peters <tim.peters@gmail.com>
Sun, 6 May 2001 01:05:02 +0000 (01:05 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 6 May 2001 01:05:02 +0000 (01:05 +0000)
commit8572b4fedf7e6ee4cd350680d53cd0a21574b083
treed8f3f982d9b35dffb659ec228ae53628bf85a56e
parentef0c42d4e5d0d7493395b1e3c37fe53dc48a377f
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?
Lib/test/test_b2.py
Lib/test/test_iter.py
Misc/NEWS
Python/bltinmodule.c