This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author holmesbj
Recipients
Date 2006-08-24.22:14:44
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch adds a new zipiterobject type to
iterobject.c so that we do not import itertools.izip to
do our iterative zip.

There is test_zip.py added that is a stripped down
version of the itertools test.

It's my first patch so go easy on me. ;)
History
Date User Action Args
2007-08-23 15:54:22adminlinkissue1546297 messages
2007-08-23 15:54:22admincreate