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 ezio.melotti
Recipients ezio.melotti, gpk-kochanski
Date 2011-02-19.10:55:25
SpamBayes Score 0.06079688
Marked as misclassified No
Message-id <1298112926.28.0.9727814531.issue11248@psf.upfronthosting.co.za>
In-reply-to
Content
This behavior is documented[0]:
"""The returned list is truncated in length to the length of the shortest argument sequence."""

You can use izip_longest instead[1].

[0]: http://docs.python.org/library/functions.html#zip
[1]: http://docs.python.org/library/itertools.html#itertools.izip_longest
History
Date User Action Args
2011-02-19 10:55:26ezio.melottisetrecipients: + ezio.melotti, gpk-kochanski
2011-02-19 10:55:26ezio.melottisetmessageid: <1298112926.28.0.9727814531.issue11248@psf.upfronthosting.co.za>
2011-02-19 10:55:25ezio.melottilinkissue11248 messages
2011-02-19 10:55:25ezio.melotticreate