Mark Dickinson <dicki...@gmail.com> added the comment:

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.]

----------
nosy: +mark.dickinson
resolution:  -> invalid
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8609>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to