Add a cmp_sort_key class which makes it easier to port code for python-3.0
authorZac Medico <zmedico@gentoo.org>
Wed, 11 Mar 2009 03:35:29 +0000 (03:35 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 11 Mar 2009 03:35:29 +0000 (03:35 -0000)
commit388fdc5e852349758b81115dfd79e1f852cf19be
tree7e202bcef8ff253d01ef2d5c9cf6f62d22d00702
parentf782e318cfc10b8826f5668f5bab23b3e8f39da7
Add a cmp_sort_key class which makes it easier to port code for python-3.0
compatibility. It works by generating key objects which use the given cmp
function to implement their __lt__ method. (trunk r12571)

svn path=/main/branches/2.1.6/; revision=12852
pym/portage/util.py