Nested scopes, and augmented assignment

Fredrik Lundh fredrik at pythonware.com
Fri Jul 7 04:43:23 EDT 2006


Antoon "I'm no nincompoop, but I play one on the internet" Pardon wrote:

> I don't see the contradiction. That Namespaces and names lookup are
> fundamentel parts of the Python language, doesn't mean that 
> the right behaviour can't be implemented in multiple ways and
> doesn't contradict that a specific explanation depend on a specific
> implementation instead of just on language definition.

the behaviour *is* defined in the language definition, and has nothing 
to do with a specific implementation.  have you even read the language
reference ?  do you even know that it exists ?

</F>




More information about the Python-list mailing list