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

Barry Warsaw barry at python.org
Thu Feb 26 13:34:31 EST 2004


On Thu, 2004-02-26 at 09:40, Aahz wrote:
> On Thu, Feb 26, 2004, Barry Warsaw wrote:

> > I think I still like the
> > pre--function-name-bracket-bracketed-decorator syntax because of
> > the English-like parsing combined with the visual (parenthetical)
> > distinction.
> 
> Eh?  I can't parse that.  ;-)

:)

def [classmethod] makeNewbie(a, b, c):
    pass

-Barry





More information about the Python-Dev mailing list