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 bignose
Recipients bignose, docs@python, ncoghlan, rhettinger, terry.reedy, vreuter
Date 2018-12-01.03:48:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543636084.7.0.788709270274.issue33130@psf.upfronthosting.co.za>
In-reply-to
Content
The library documentation (e.g. file:///usr/share/doc/python3/html/library/functools.html#functools.reduce ) also has this dissonance:

>  functools.reduce(`function`, `iterable` [, `initializer` ])
>
>    Apply function of two arguments cumulatively to the items of `sequence`, from left to right, so as to reduce the sequence to a single value.
History
Date User Action Args
2018-12-01 03:48:04bignosesetrecipients: + bignose, rhettinger, terry.reedy, ncoghlan, docs@python, vreuter
2018-12-01 03:48:04bignosesetmessageid: <1543636084.7.0.788709270274.issue33130@psf.upfronthosting.co.za>
2018-12-01 03:48:04bignoselinkissue33130 messages
2018-12-01 03:48:04bignosecreate