Add a cmp_sort_key class which makes it easier to port code for python-3.0
authorZac Medico <zmedico@gentoo.org>
Mon, 2 Feb 2009 23:53:45 +0000 (23:53 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 2 Feb 2009 23:53:45 +0000 (23:53 -0000)
commit206b08f3e465b54e15d50564ee8168e84303bafa
tree2e0269e28fa9ae3eb899edd3bda7a6117e57702e
parent062708caaebd000ef7398e769397302b2f99825a
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.

svn path=/main/trunk/; revision=12571
pym/portage/util.py