commit | d8ff4658fb5884d9536732f7f34848aadd519e17 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Fri Dec 03 02:09:34 2010 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Fri Dec 03 02:09:34 2010 +0000 |
tree | 94c68d7d5582bbddcd56de6a74a742c5144f4bfd | |
parent | a7a0e1a0f4248289e00284c115fff54b11f18a53 [diff] |
Simplify the signature for itertools.accumulate() to match numpy. Handle one item iterable the same way as min()/max().