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 serhiy.storchaka
Recipients ezio.melotti, jstasiak, python-dev, rhettinger, serhiy.storchaka, techtonik, terry.reedy
Date 2013-09-03.10:02:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378202575.19.0.461559678753.issue17862@psf.upfronthosting.co.za>
In-reply-to
Content
We should distinguish between at least two different functions. One generates slices of input sequence (it is especially useful for strings and bytes objects), and other groups items from arbitrary iterator into tuples. They have different applications.
History
Date User Action Args
2013-09-03 10:02:55serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, terry.reedy, techtonik, ezio.melotti, python-dev, jstasiak
2013-09-03 10:02:55serhiy.storchakasetmessageid: <1378202575.19.0.461559678753.issue17862@psf.upfronthosting.co.za>
2013-09-03 10:02:55serhiy.storchakalinkissue17862 messages
2013-09-03 10:02:54serhiy.storchakacreate