]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Simplify the signature for itertools.accumulate() to match numpy. Handle one item...
authorRaymond Hettinger <python@rcn.com>
Fri, 3 Dec 2010 02:09:34 +0000 (02:09 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 3 Dec 2010 02:09:34 +0000 (02:09 +0000)
commitd8ff4658fb5884d9536732f7f34848aadd519e17
tree94c68d7d5582bbddcd56de6a74a742c5144f4bfd
parenta7a0e1a0f4248289e00284c115fff54b11f18a53
Simplify the signature for itertools.accumulate() to match numpy.  Handle one item iterable the same way as min()/max().
Doc/library/itertools.rst
Lib/test/test_itertools.py
Modules/itertoolsmodule.c