[EMAIL PROTECTED] enlightened us with:
> Some people (a lot of the ones that don't give Python a chance) want
> one more choice, braces.  Is that so much to ask for?

I say: use #{ and #} instead. If you want to have braces, what's wrong
with

if condition: #{
    some statement
    other statement
#}

I'm sure you can even teach editors to match on those braces.

Sybren
-- 
The problem with the world is stupidity. Not saying there should be a
capital punishment for stupidity, but why don't we just take the
safety labels off of everything and let the problem solve itself? 
                                             Frank Zappa
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to