DDarko <ddarko...@gmail.com> added the comment:

I am aware of this change.
In this example, I'm sort by item number 1, which is a list, and its first 
value is an int.

$ python3 sort_test.py 
<class 'list'>
<class 'list'>
<class 'list'>
<class 'list'>
<class 'list'>
<class 'list'>
...

Dict index is always No. 2. But I do not sort it.
That's why it surprised me this error because nowhere dicts should not be 
compared.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12324>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to