[Python-3000] Removing 'self' from method definitions

Greg Ewing greg.ewing at canterbury.ac.nz
Sun Apr 16 06:46:58 CEST 2006


Michael Chermside wrote:

>     def self.my_method(arg1, arg2):
>         # body goes here

Unfortunately, this would clash with another
potential future feature, that of allowing defs
into arbitrary lvalues instead of just names.
I think I'd rather it was reserved for that.

--
Greg


More information about the Python-3000 mailing list