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 mark.dickinson
Recipients mark.dickinson, nschloe
Date 2010-05-04.09:58:46
SpamBayes Score 0.012278198
Marked as misclassified No
Message-id <1272967129.23.0.600663096346.issue8609@psf.upfronthosting.co.za>
In-reply-to
Content
You'd be better off asking this on the python mailing list http://mail.python.org/mailman/listinfo/python-list (or in some other forum);  this tracker is for reporting bugs in Python itself, not bugs in code written in Python.

[The problem you're encountering here is that you can only iterate over the return of itertools.groupby once.  That's by design, though:  it's not a Python bug.]
History
Date User Action Args
2010-05-04 09:58:49mark.dickinsonsetrecipients: + mark.dickinson, nschloe
2010-05-04 09:58:49mark.dickinsonsetmessageid: <1272967129.23.0.600663096346.issue8609@psf.upfronthosting.co.za>
2010-05-04 09:58:46mark.dickinsonlinkissue8609 messages
2010-05-04 09:58:46mark.dickinsoncreate