On 7/3/06, Guido van Rossum <[EMAIL PROTECTED]> wrote: > + But you can't pass a plus sign to higher-order functions.
> On 7/3/06, Collin Winter <[EMAIL PROTECTED]> wrote: > > On 7/3/06, Guido van Rossum <[EMAIL PROTECTED]> wrote: > > > On 7/3/06, Collin Winter <[EMAIL PROTECTED]> wrote: > > > > PEP 3100 mentions that isCallable() and sequenceIncludes() are to be > > > > removed from the operator module in Python 3000 because there are > > > > better, more obvious ways of spelling these things. > > > > > > > > So, on that note, should operator.truth() and operator.abs() be added > > > > to the to-be-removed list, in favour of the builtins bool() and abs()? > > > > > > I don't think so. Or else you'd have to remove operator.add as well. > > > > Stupid question: why? What's the better spelling of operator.add? > > > > Collin Winter > > > > > -- > --Guido van Rossum (home page: http://www.python.org/~guido/) > _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
