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 steven.daprano
Recipients georg.brandl, steven.daprano
Date 2009-04-19.02:56:43
SpamBayes Score 0.003194805
Marked as misclassified No
Message-id <1240109804.52.0.172902644967.issue5790@psf.upfronthosting.co.za>
In-reply-to
Content
In the documentation for itertools, the Python equivalent to izip has 
a typo:

yield yield tuple(map(next, iterables))

Obviously should only have a single yield.

http://docs.python.org/library/itertools.html#itertools.izip
History
Date User Action Args
2009-04-19 02:56:44steven.dapranosetrecipients: + steven.daprano, georg.brandl
2009-04-19 02:56:44steven.dapranosetmessageid: <1240109804.52.0.172902644967.issue5790@psf.upfronthosting.co.za>
2009-04-19 02:56:43steven.dapranolinkissue5790 messages
2009-04-19 02:56:43steven.dapranocreate