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 cito, ezio.melotti, georg.brandl, rhettinger
Date 2009-12-12.08:40:56
SpamBayes Score 5.888099e-05
Marked as misclassified No
Message-id <1260607258.94.0.819957378103.issue7402@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, I think the example is fine as-is.  It could be changed to a
product example:  reduce(operator.mul, range(1, n+1)) or somesuch. 
Also, the text could be modified to mention sum().  But it is also fine
if the example is unchanged, it does show how reduce() works.

Recommend closing or just having a very minor edit.
History
Date User Action Args
2009-12-12 08:40:59rhettingersetrecipients: + rhettinger, georg.brandl, cito, ezio.melotti
2009-12-12 08:40:58rhettingersetmessageid: <1260607258.94.0.819957378103.issue7402@psf.upfronthosting.co.za>
2009-12-12 08:40:57rhettingerlinkissue7402 messages
2009-12-12 08:40:56rhettingercreate