[Python-Dev] Fwd: Re: [Python-3000] Removing functions from the operator module

Armin Rigo arigo at tunes.org
Sun Mar 11 13:20:50 CET 2007


Hi Collin,

On Wed, Mar 07, 2007 at 11:53:45PM -0600, Collin Winter wrote:
> bool() and abs() aren't syntax, so I would never look in operator.

abs() is not syntax but bool() is part of every syntactic construction
that takes a truth value argument (if, while, and, ...)


A bientot,

Armin


More information about the Python-Dev mailing list