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

Barry Warsaw barry at python.org
Thu Feb 26 08:23:00 EST 2004


On Thu, 2004-02-26 at 03:31, Jeremy Fincher wrote:
> efer this syntax to any other suggested syntax.  Perhaps it's 
> because I'm used to C (or practically any other language with type 
> declarations), which puts type declarations ("restraints") before the defined 
> function rather than after.

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.

-Barry





More information about the Python-Dev mailing list