"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote in 
news:[EMAIL PROTECTED]:

> 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 

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to