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 rhettinger
Recipients Esa.Peuha, docs@python, georg.brandl, rhettinger, terry.reedy
Date 2013-10-12.16:44:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381596254.94.0.375288742729.issue19202@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-10-12 16:44:14rhettingersetrecipients: + rhettinger, georg.brandl, terry.reedy, docs@python, Esa.Peuha
2013-10-12 16:44:14rhettingersetmessageid: <1381596254.94.0.375288742729.issue19202@psf.upfronthosting.co.za>
2013-10-12 16:44:14rhettingerlinkissue19202 messages
2013-10-12 16:44:14rhettingercreate