[issue19202] Additions to function docs: reduce and itertools.

Raymond Hettinger report at bugs.python.org
Sat Oct 12 18:44:14 CEST 2013


Raymond Hettinger added the comment:

The reference from accumulate() to reduce() may be useful.

I'm opposed to most of the other equivalents and cross-references.  They bloat the docs without adding value.  Terry is right in saying that the equivalent for enumerate() is better as a basic loop than as a composition of functional tools.   I think the OP has missed what the purpose of the code equivalents was trying to do.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19202>
_______________________________________


More information about the Python-bugs-list mailing list