[Python-Dev] Comparing sequences ?!

Guido van Rossum guido@python.org
Thu, 06 Dec 2001 09:47:18 -0500


> > > I just tried (1,2,3) == [1,2,3] and found that the compare
> > > returns false. Is that intended ?
> > 
> > Yes.
> 
> I presume that means "...and we're not going to change it." ;-)

Not any time soon.

--Guido van Rossum (home page: http://www.python.org/~guido/)