(no subject)
Skip Montanaro
skip at pobox.com
Fri Jan 31 15:04:33 EST 2003
More information about the Python-list mailing list
Fri Jan 31 15:04:33 EST 2003
- Previous message (by thread): (no subject)
- Next message (by thread): (no subject)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
How about
import __builtin__
try:
__builtin__.True
except AttributeError:
__builtin__.True = 1
__builtin__.False = 0
? (The builtin module is not plural.)
Skip
- Previous message (by thread): (no subject)
- Next message (by thread): (no subject)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list