[Python-Dev] Making None a keyword (original) (raw)
Patrick K. O'Brien pobrien@orbtech.com
Fri, 26 Apr 2002 11:00:16 -0500
- Previous message: [Python-Dev] Making None a keyword
- Next message: [Python-Dev] Making None a keyword
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
[Tim Peters]
Fudge. None makes no sense anywhere in, e.g., dottedname: 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
- Previous message: [Python-Dev] Making None a keyword
- Next message: [Python-Dev] Making None a keyword
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]