]> granicus.if.org Git - python/commit
Document another recipe for itertools: all_equal(). Inspired by David Beazley.
authorRaymond Hettinger <python@rcn.com>
Mon, 7 Mar 2016 02:11:38 +0000 (18:11 -0800)
committerRaymond Hettinger <python@rcn.com>
Mon, 7 Mar 2016 02:11:38 +0000 (18:11 -0800)
commite525ee3b483889313b62b09b4c9103d18dd9cbb7
tree8530e435acbe1737a06eb7fe0439181215e593bb
parentd66dd5ce68cbf4a33c385439d5eeb2bff4e860f1
Document another recipe for itertools:  all_equal().  Inspired by David Beazley.
Doc/library/itertools.rst
Lib/test/test_itertools.py