complex data types?

richard richard at fake.com
Sun Sep 18 10:07:27 EDT 2005


"rixil at hotmail.com" <rixil at hotmail.com> wrote in 
news:1127017357.053187.45370 at g43g2000cwa.googlegroups.com:

> At the same time, if array[0].songs equals array[1] songs, you are
> probably initializing both array[0] and array[1] with the same object.
> Since array[0] and array[1] both refer to the same object, a change to
> one will be reflected in the other.
> 
> I hope this is what you're looking for.
> 
> Michael Loritsch

I believe that was one of the things I was doing.

thanks 




More information about the Python-list mailing list