[Python-Dev] None as a keyword / class methods

Barry A. Warsaw bwarsaw@cnri.reston.va.us
Thu, 23 Mar 2000 14:00:57 -0500 (EST)


>>>>> "PF" == Peter Funk <pf@artcom-gmbh.de> writes:

    |     try:
    |         del None
    |     except SyntaxError:
    |         pass # Wow running Py3K here!

I know how to break your Py3K code: stick None=None some where higher
up :)

    PF> I wonder, how much existinng code the None --> keyword change
    PF> would brake.

Me too.
-Barry