On Friday 28 August 2009 21:00:31 Dr. Phillip M. Feldman wrote:
> In [21]: x
> Out[21]: [1, 2, 3, 5]
>
> In [22]: x>6
> Out[22]: True
>
> Is this a bug?

No, it is a feature, so that you can use sorted on this:

[[1,2,3,4,5],6]

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

Reply via email to