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 jcea, josh.r, r.david.murray, rhettinger
Date 2014-06-13.12:56:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402664215.27.0.70213823545.issue21744@psf.upfronthosting.co.za>
In-reply-to
Content
Then don't use itertools for that case.  itertools is designed for working with *arbitrary* iterables, and arbitrary iterables are not seekable.

I'll leave it to Raymond to decide if it is worth making a special-case optimization :)
History
Date User Action Args
2014-06-13 12:56:55r.david.murraysetrecipients: + r.david.murray, rhettinger, jcea, josh.r
2014-06-13 12:56:55r.david.murraysetmessageid: <1402664215.27.0.70213823545.issue21744@psf.upfronthosting.co.za>
2014-06-13 12:56:55r.david.murraylinkissue21744 messages
2014-06-13 12:56:55r.david.murraycreate