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 ezio.melotti
Recipients ezio.melotti, georg.brandl, rhettinger, terry.reedy
Date 2009-12-07.23:38:46
SpamBayes Score 1.1155734e-08
Marked as misclassified No
Message-id <1260229127.85.0.0981625608981.issue7447@psf.upfronthosting.co.za>
In-reply-to
Content
There are also a couple more things that could be improved in the
documentation of sum():
1) add a note about the "performance trap" mentioned by Alex [1]
2) remove the reduce() example because, even if it's true for that
particular example, it's not always true for the general case (in the
py3 doc it has been removed already).

See also [2] and the other messages in that thread.

[1]: http://mail.python.org/pipermail/python-dev/2003-October/039529.html
[2]: http://mail.python.org/pipermail/python-dev/2003-October/039586.html
History
Date User Action Args
2009-12-07 23:38:47ezio.melottisetrecipients: + ezio.melotti, georg.brandl, rhettinger, terry.reedy
2009-12-07 23:38:47ezio.melottisetmessageid: <1260229127.85.0.0981625608981.issue7447@psf.upfronthosting.co.za>
2009-12-07 23:38:46ezio.melottilinkissue7447 messages
2009-12-07 23:38:46ezio.melotticreate