[Python-Dev] Re: new syntax for wrapping (PEP 318)

Josiah Carlson jcarlson at uci.edu
Thu Feb 26 02:43:46 EST 2004


> Here are the "applications" I've used that I think could benefit from 
> the syntax:

[snip...]

You (and others) have convinced me.  There exists a reasonably large
number of use-cases, even if I don't have one.  The real question is
whether everyone can decide on a good syntax.  I will make one request;
almost anything but the below.

def staticmethod decorator1 decorator2 decorator3 funct(arg):

It makes finding the name of the function more work than it should be.

 - Josiah




More information about the Python-Dev mailing list