[Python-Dev] Making None a keyword

Patrick K. O'Brien pobrien@orbtech.com
Fri, 26 Apr 2002 11:00:16 -0500


[Tim Peters]
> 
> Fudge.  None makes no sense anywhere in, e.g.,
> 
> dotted_name: NAME ('.' NAME)*

I know nothing about the compiler code, but what about something like:

>>> None.__class__.__base__
<type 'object'>
>>> 

Or does this not apply because None is at the front?

---
Patrick K. O'Brien
Orbtech