[Python-Dev] just trying to catch up with the semantic
Jeremy Hylton
jeremy@alum.mit.edu
Thu, 1 Mar 2001 11:57:20 -0500 (EST)
>>>>> "SP" == Samuele Pedroni <pedroni@inf.ethz.ch> writes:
SP> If one reads also here the implicit local-decl, this is fine,
SP> otherwise this is confusing. It's a matter whether 'global'
SP> kills the local-decl only in one scope or in the nesting too. I
SP> have no preference.
All your examples look like what is currently implemented. My
preference is that global kills the local-decl only in one scope.
I'll stick with that unless Guido disagrees.
Jeremy