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 ryan.freckleton
Recipients ryan.freckleton
Date 2007-09-03.04:26:59
SpamBayes Score 0.1833842
Marked as misclassified No
Message-id <1188793621.44.0.829352690198.issue1093@psf.upfronthosting.co.za>
In-reply-to
Content
This is a patch to implement a product() builtin function. It works
behaves similarly to reduce(operator.mul,...) but is implemented in C.

Tests and documentation are included in this patch.
Files
File name Uploaded
product_function.diff ryan.freckleton, 2007-09-03.04:27:00
History
Date User Action Args
2007-09-03 04:27:03ryan.freckletonsetspambayes_score: 0.183384 -> 0.1833842
recipients: + ryan.freckleton
2007-09-03 04:27:01ryan.freckletonsetspambayes_score: 0.183384 -> 0.183384
messageid: <1188793621.44.0.829352690198.issue1093@psf.upfronthosting.co.za>
2007-09-03 04:27:00ryan.freckletonlinkissue1093 messages
2007-09-03 04:27:00ryan.freckletoncreate