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 SilentGhost
Recipients Sasha.Ovsankin, SilentGhost
Date 2014-05-29.16:24:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401380675.07.0.290912819836.issue21607@psf.upfronthosting.co.za>
In-reply-to
Content
This is the correct behaviour. In python 3 zip returns an iterator. Detailed information is available in documentation. https://docs.python.org/3/library/functions.html#zip
History
Date User Action Args
2014-05-29 16:24:35SilentGhostsetrecipients: + SilentGhost, Sasha.Ovsankin
2014-05-29 16:24:35SilentGhostsetmessageid: <1401380675.07.0.290912819836.issue21607@psf.upfronthosting.co.za>
2014-05-29 16:24:34SilentGhostlinkissue21607 messages
2014-05-29 16:24:34SilentGhostcreate