[New-bugs-announce] [issue1093] product function patch

Ryan Freckleton report at bugs.python.org
Mon Sep 3 06:27:02 CEST 2007


New submission from Ryan Freckleton:

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.

----------
components: Documentation, Library (Lib), Tests
files: product_function.diff
messages: 55599
nosy: ryan.freckleton
severity: normal
status: open
title: product function patch
type: behavior
versions: Python 2.6

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1093>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: product_function.diff
Type: text/x-patch
Size: 3636 bytes
Desc: not available
Url : http://mail.python.org/pipermail/new-bugs-announce/attachments/20070903/ad3b4154/attachment.bin 


More information about the New-bugs-announce mailing list