[Python-3000] Python 3000 Status Update (Long!)

Greg Ewing greg.ewing at canterbury.ac.nz
Fri Jun 22 03:34:01 CEST 2007


Bill Janssen wrote:
> It should be
> 
>   sum(*operands)

That would incur copying of the sequence. It would be
justifiable only if the vast majority of use cases
involved passing the operands as separate arguments,
which I don't think is true.

--
Greg


More information about the Python-3000 mailing list