Hello,
I'm quite a newbie with Python and I ran into a bit of a problemwith sorting a list by more than one field.
I have a list similar to this:
[['10', 'a', 'Something'], ['1', 'a', 'Nothing'],
['3', 'a', 'Anything'], ['10', 'b', 'Something'],
['1', 'b', 'Nothing'], ['3', 'b', 'Anything']...