commit | d25c1c635164daa5c300342ac99c0810fd9b575c | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sat Dec 06 16:23:06 2003 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sat Dec 06 16:23:06 2003 +0000 |
tree | df412ba3ffaa8fee35e2e12f96aab0beecdaaec0 | |
parent | b8d5f245b7077d869121835ed72656ac14962ef0 [diff] |
Implement itertools.groupby() Original idea by Guido van Rossum. Idea for skipable inner iterators by Raymond Hettinger. Idea for argument order and identity function default by Alex Martelli. Implementation by Hye-Shik Chang (with tweaks by Raymond Hettinger).