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>