With the exception of reduce(lambda x,y:x*y, sequence), reduce can be
replaced with sum, and Guido wants to add a product function.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to