Robin Becker <[EMAIL PROTECTED]> writes:
> >>>>>reduce(operator.add,a)
> ...
> A fast implementation would probably allocate the output list just
> once and then stream the values into place with a simple index.

That's what I hoped "sum" would do, but instead it barfs with a type
error.  So much for duck typing.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to