[issue12324] [3.2] sorted(big dict)

Mark Dickinson report at bugs.python.org
Mon Jun 13 13:33:33 CEST 2011


Mark Dickinson <dickinsm at gmail.com> added the comment:

This is expected behaviour:  Python 3 changed the semantics of the comparison operators <, <=, >, >=.  See:

http://docs.python.org/py3k/whatsnew/3.0.html#ordering-comparisons

for more.

----------
nosy: +mark.dickinson
resolution:  -> invalid
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12324>
_______________________________________


More information about the Python-bugs-list mailing list