On Oct 22, 6:41 pm, Chris Rebert <c...@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 -- http://mail.python.org/mailman/listinfo/python-list