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 della
Recipients della, georg.brandl
Date 2009-02-23.13:37:10
SpamBayes Score 0.00035907098
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
I feel that the "pairwise" recipe could be slightly more elegant if "for
elem in b: break" became a simpler next(b) (or b.next() for Python 2.x).
It is also more natural to modify the recipes to suit one's needs (e.g.,
returning items with a given gap between them, or convert the recipe to
k-wise iteration).
History
Date User Action Args
2009-02-23 13:37:12dellasetrecipients: + della, georg.brandl
2009-02-23 13:37:12dellasetmessageid: <[email protected]>
2009-02-23 13:37:11dellalinkissue5350 messages
2009-02-23 13:37:10dellacreate