[Python-Dev] Alternate notation for global variable assignments

Guido van Rossum guido at python.org
Mon Oct 27 19:23:52 EST 2003


> However, I think a syntax that would work with no ambiguities, and
> not look too bad, would be:
> 
>     .var
> 
> e.g.
> 
>     sublist = lst[.var]

No; I want to reserve .var for the "with" statement (a la VB).

--Guido van Rossum (home page: http://www.python.org/~guido/)



More information about the Python-Dev mailing list