list vs tuple

deadmeat root at [127.0.0.1]
Sat Mar 31 16:43:18 EST 2001


> Here's the root of your problem. a = b does NOT, I repeat, does NOT do any
> data copying!!!!!

That is what happens in Pascal, and that is what it _looks_ like is
happening in the first python example (integers only).  But then substitute
a list for the integer, and they behave like pointers.

> Did this help?

I'm not looking for assistance. I'm making an observation.





More information about the Python-list mailing list