For multiple keys the form is quite analogous:

   L.sort(key=lambda i: (i.whatever, i.someother, i.anotherkey))

I.e., just return a tuple with the keys in order from your lambda.
Such tuples sort nicely.  

-- George Young

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to