[Python-Dev] Product function patch [issue 1093] (original) (raw)

Ryan Freckleton ryan.freckleton at gmail.com
Mon Sep 3 06:34:26 CEST 2007


Hello,

At one time Guido mentioned adding a built-in product() function to cover some of the remaining use cases of the built-in reduce(). I don't know if this function is still wanted or needed, but I've created an implementation with tests and documentation at http://bugs.python.org/issue1093 .

If it is still wanted, could someone review it and give me feedback on it?

Thanks,

===== --Ryan E. Freckleton



More information about the Python-Dev mailing list