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

Terry J. Reedy report at bugs.python.org
Sat Oct 12 02:14:02 CEST 2013


Terry J. Reedy added the comment:

I think the reduce equivalent given by Georg would be excellent.

I think the enumerate equivalent already given is fine because I think equivalents should use basic syntax (for loops), not something that might be more obscure.

----------
nosy: +terry.reedy
title: Additions to docs -> Additions to function docs: reduce and itertools.
versions: +Python 3.3

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


More information about the docs mailing list