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 cito
Recipients cito, ezio.melotti, georg.brandl, rhettinger
Date 2009-12-12.21:41:49
SpamBayes Score 1.4607726e-06
Marked as misclassified No
Message-id <1260654111.23.0.0607624503191.issue7402@psf.upfronthosting.co.za>
In-reply-to
Content
My point was that the passage starts with "there are also many useful
built-in functions people seem not to be aware of for some reasons" and
then it looks like the author himself was not aware of sum() for some
reason because he gives calculating a sum with reduce() as a "classical
example".

It's very hard to come up with good examples for reduce() and I think in
newer Python versions it has been demoted from builtin to functools, so
it's not a good example for a useful built-in fuction anyway.
History
Date User Action Args
2009-12-12 21:41:51citosetrecipients: + cito, georg.brandl, rhettinger, ezio.melotti
2009-12-12 21:41:51citosetmessageid: <1260654111.23.0.0607624503191.issue7402@psf.upfronthosting.co.za>
2009-12-12 21:41:49citolinkissue7402 messages
2009-12-12 21:41:49citocreate