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 r.david.murray
Recipients Paddy McCarthy, docs@python, ethan.furman, r.david.murray, rhettinger
Date 2015-03-18.15:33:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426692832.72.0.434657822358.issue23695@psf.upfronthosting.co.za>
In-reply-to
Content
I think it would be both helpful and sufficient to add a gloss, perhaps something like: "this passes zip ``n`` references to the *same* iterator, which means zip calls that single iterator ``n`` times for each tuple it creates; zip thus outputs tuples consisting of ``n`` length chunks from the iterator ``s``".
History
Date User Action Args
2015-03-18 15:33:52r.david.murraysetrecipients: + r.david.murray, rhettinger, docs@python, ethan.furman, Paddy McCarthy
2015-03-18 15:33:52r.david.murraysetmessageid: <1426692832.72.0.434657822358.issue23695@psf.upfronthosting.co.za>
2015-03-18 15:33:52r.david.murraylinkissue23695 messages
2015-03-18 15:33:52r.david.murraycreate