[Python-Dev] PEP 340: propose to get rid of 'as' keyword
Fredrik Lundh
fredrik at pythonware.com
Wed May 4 20:29:18 CEST 2005
Gustavo J. A. M. Carneiro wrote:
> 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
clearer for whom? where else is this construct used in Python?
</F>
More information about the Python-Dev
mailing list