[issue12324] [3.2] sorted(big dict)

DDarko report at bugs.python.org
Mon Jun 13 14:56:53 CEST 2011


DDarko <ddarko.dd at gmail.com> added the comment:

I am interested in sorting only by INT0, in this example:
{k: [INT0, INT1, DICT], k: [INT0, INT1, DICT], ...}
not cmp. whole lists.

Unfortunately I can not take advantage of .values() as the keys I need.

----------

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


More information about the Python-bugs-list mailing list