R. David Murray added the comment:

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``".

----------
nosy: +r.david.murray

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23695>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to