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>