-
Raymond Hettinger authored
Simplify the signature for itertools.accumulate() to match numpy. Handle one item iterable the same way as min()/max().
bc39d42a
Simplify the signature for itertools.accumulate() to match numpy. Handle one item iterable the same way as min()/max().