How to isolate a constant?

Gnarlodious gnarlodious at gmail.com
Sat Oct 22 21:01:52 EDT 2011


On Oct 22, 6:41 pm, Chris Rebert <c... at rebertia.com> wrote:

> The line `someList = self._someList` does NOT copy the list. It make
> `someList` point to the same existing list object.
Thanks for all those explanations, I've already fixed it with a tuple.
Which is more reliable anyway.

-- Gnarlie



More information about the Python-list mailing list