[issue27439] Add a product() function to the standard library

Emanuel Barry report at bugs.python.org
Sat Jul 2 08:36:35 EDT 2016


Emanuel Barry added the comment:

With the existence of multiple sum() functions (and potentially multiple product() functions), would it be worth it to group these all into one module? It also doesn't help that there is an itertools.product function that has yet another purpose.

I maintain my stance that this doesn't meet the bar for entry in the builtins, but adding this to the stdlib is much more reasonable (and likely).

----------
title: product function patch -> Add a product() function to the standard library

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27439>
_______________________________________


More information about the Python-bugs-list mailing list