[EMAIL PROTECTED] wrote:

On another related note, I would be interested in seeing this syntax
adopted for a different purpose...

class C:
    def createfunc(self):
        def self.func(arg):
            return arg + 1

I agree -- this would be a much better use of the syntax,
and I'd like to see this possibility left open.

--
Greg
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to