None assigment

Steve Holden sholden at holdenweb.com
Thu Feb 8 14:16:11 EST 2001


One final little wrinkle:

>>> del __builtins__.None
>>> print None
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
NameError: There is no variable named 'None'
>>>

Sorry, I said you coudn't delete the built in version, but you clearly can!

regards
 Steve





More information about the Python-list mailing list