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

2016-07-04 Thread Mark Dickinson
Changes by Mark Dickinson : -- nosy: +mark.dickinson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

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

2016-07-02 Thread Raymond Hettinger
Raymond Hettinger added the comment: Actually, Guido already vetoed the idea: http://bugs.python.org/issue1093 -- nosy: +rhettinger resolution: -> rejected status: open -> closed ___ Python tracker ___

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

2016-07-02 Thread Emanuel Barry
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