Nested scopes, and augmented assignment

Fredrik Lundh fredrik at pythonware.com
Wed Jul 5 10:24:38 EDT 2006


Bruno Desthuilliers wrote:

> It's not about "finding a name/identifier", it's about the difference
> between (re)binding a name and mutating an object.

the difference between binding and performing an operation on an object 
(mutating or not), in fact.

this is Python 101.

</F>




More information about the Python-list mailing list