[Python-3000] Sky pie: a "var" keyword

Fredrik Lundh fredrik at pythonware.com
Tue Oct 10 11:36:44 CEST 2006


Nick Coghlan wrote:

> Any proposal such as this also needs to addresses all of the *other* name 
> binding statements in Python:
> 
>    try/except
>    for loop
>    with statement
>    def statement
>    class statement

+    import statement
+    list comprehension (in 2.X)

and probably some other thing that I'm forgetting right now.

</F>



More information about the Python-3000 mailing list