sorting list of complex numbers

Terry Reedy tjreedy at udel.edu
Thu Nov 20 02:27:55 EST 2008


Paul Rubin wrote:
> Terry Reedy <tjreedy at udel.edu> writes:
>>>> Do your tuple destructuring in the first statement in your body and
>>>> nothing will break.
> 
> Why get rid of a useful feature that unclutters code?

Because, as has been posted before, it is rarely used, it is 
replaceable, its presence interfered with adding a new signature option, 
and its removal uncluttered a bit the C code.
> 




More information about the Python-list mailing list