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 pitrou
Recipients isoschiz, mark.dickinson, meador.inge, pconnell, pitrou, serhiy.storchaka, skrah
Date 2013-04-21.14:59:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366556344.2543.3.camel@fsol>
In-reply-to <1366556219.04.0.0255235084915.issue17804@psf.upfronthosting.co.za>
Content
> Yes, It's mainly because a grouper written on Python. When it will be
> implemented in C, the difference will be less. This function will be
> useful beside struct.

I'm not against adding useful C tools to itertools, but you may have to
convince Raymond ;)

> As for extending Struct, what you think about a more powerful feature?
> About a method which returns not an iterator, but an iterable and
> indexable sequence. Here is a sample Python implementation.

I'll take a look, but the question is how complex a C implementation
would be.
History
Date User Action Args
2013-04-21 14:59:07pitrousetrecipients: + pitrou, mark.dickinson, skrah, meador.inge, serhiy.storchaka, pconnell, isoschiz
2013-04-21 14:59:07pitroulinkissue17804 messages
2013-04-21 14:59:07pitroucreate