[Python-Dev] PEP 340: propose to get rid of 'as' keyword

Gustavo J. A. M. Carneiro gjc at inescporto.pt
Wed May 4 19:14:01 CEST 2005


  I have not read every email about this subject, so sorry if this has
already been mentioned.

  In PEP 340 I read:

        block EXPR1 as VAR1:
            BLOCK1

  I think it would be much clearer this (plus you save one keyword):

        block VAR1 = EXPR1:
            BLOCK1

  Regards.

-- 
Gustavo J. A. M. Carneiro
<gjc at inescporto.pt> <gustavo at users.sourceforge.net>
The universe is always one step beyond logic.



More information about the Python-Dev mailing list