]> granicus.if.org Git - python/commit
Improve docs for itertools.groupby(). The use of xrange(0) to create a unique object...
authorRaymond Hettinger <python@rcn.com>
Sat, 29 Dec 2007 22:16:24 +0000 (22:16 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 29 Dec 2007 22:16:24 +0000 (22:16 +0000)
commit81a885af05079e909f2912ebc3d960c43fa30faf
tree1e34ec86c440c9656e1f06f2ea4a95bbe1b86059
parent5d332bbdee032d6851e252b1238482c14b32212c
Improve docs for itertools.groupby().  The use of xrange(0) to create a unique object is less obvious than object().
Doc/library/itertools.rst