On 4/15/06, Greg Ewing <[EMAIL PROTECTED]> wrote:
> 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'.

I see where you're coming from, but the current ordering exists so
that ``class`` and ``make type`` are basically equivalent (for
new-style classes).  I'm trying not to break too far from the class
statement.  The next update of the PEP will try to make this more
clear.

That said, I think that the order of expressions is only a minor
concern, at least until people have agreed that the make-statement
concept is a good one.  Until then, I'd rather defer pure syntax
issues.

STeVe
--
Grammar am for people who can't think for myself.
        --- Bucky Katt, Get Fuzzy
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to