This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lycantropos
Recipients lycantropos
Date 2018-09-13.13:16:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536844618.98.0.956365154283.issue34659@psf.upfronthosting.co.za>
In-reply-to
Content
Why there is an optional `initial` parameter for `functools.reduce` function, but there is no such for `itertools.accumulate`, when they both are doing kind of similar things except that `itertools.accumulate` yields intermediate results and `functools.reduce` only the final one?
History
Date User Action Args
2018-09-13 13:16:59lycantropossetrecipients: + lycantropos
2018-09-13 13:16:58lycantropossetmessageid: <1536844618.98.0.956365154283.issue34659@psf.upfronthosting.co.za>
2018-09-13 13:16:58lycantroposlinkissue34659 messages
2018-09-13 13:16:58lycantroposcreate