[Python-Dev] PEP 359: The "make" Statement

Greg Ewing greg.ewing at canterbury.ac.nz
Sun Apr 16 04:07:45 CEST 2006


Steven Bethard wrote:

>    make <callable> <name> <tuple>:
>        <block>

I don't like the position of the name being defined.
It should be straight after the opening keyword, as
with 'def' and 'class'. This makes it much easier
to search for definitions of things, both by eyeball
and editor search functions, etc.

--
Greg


More information about the Python-Dev mailing list