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 _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
