[Python-Dev] Making None a keyword (original) (raw)

Jeremy Hylton jeremy@zope.com
Thu, 25 Apr 2002 23:08:16 -0400


I can help with the compiler changes.

What about True and False? Same logic -- prevent accidental harm, prevent people from doing silly things to make them faster.

Jeremy