[Python-Dev] Making None a keyword (original) (raw)
Skip Montanaro skip@pobox.com
Fri, 26 Apr 2002 11:07:26 -0500
- Previous message: [Python-Dev] Making None a keyword
- Next message: [Python-Dev] Making None a keyword
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Patrick> ... what about something like:
>>> None.__class__.__base__
<type 'object'>
Patrick> Or does this not apply because None is at the front?
I suspect it does apply.
I doubt it's used much, but what would happen to types.NoneType? If None is a keyword, how will you generate it, or will it disappear when that happens?
Skip
- Previous message: [Python-Dev] Making None a keyword
- Next message: [Python-Dev] Making None a keyword
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]