[Python-Dev] Making builtins more efficient

Greg Ewing greg.ewing at canterbury.ac.nz
Fri Mar 10 00:51:58 CET 2006


Raymond Hettinger wrote:

> That is going to be difficult as long as it is legal to write:
> 
>     True = 0

BTW, are there any plans to make True and False hard
constants in 3.0 (like None is now)? Maybe also
others like Ellipsis, NotImplemented, etc.

Greg


More information about the Python-Dev mailing list