[Python-3000] Removing functions from the operator module

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Jul 4 01:37:31 CEST 2006


Guido van Rossum wrote:
> 
> On 7/3/06, Collin Winter <collinw at gmail.com> wrote:
> 
> > Stupid question: why? What's the better spelling of operator.add?
>
> +

But that's not a function you can pass around,
whereas bool and abs are.

--
Greg


More information about the Python-3000 mailing list