Comment

Saim Fadhley

I've seen this used in combination with the heapq module - you can maintain a sorted list of stuff by just putting tuples like this into the heapq. The neat thing is that unlike sorting the list of tuples it can maintain the sorted condition as an invariant property.