commit | 81a885af05079e909f2912ebc3d960c43fa30faf | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sat Dec 29 22:16:24 2007 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sat Dec 29 22:16:24 2007 +0000 |
tree | 1e34ec86c440c9656e1f06f2ea4a95bbe1b86059 | |
parent | 5d332bbdee032d6851e252b1238482c14b32212c [diff] |
Improve docs for itertools.groupby(). The use of xrange(0) to create a unique object is less obvious than object().