.sort() is only stable-sort if key is specified

Yes, exactly. If you don’t provide a key, the entire tuple is used for comparison. If you provide a key, only what’s in the key is used.

Then those web sites are wrong :slight_smile: Can you link to them? Maybe they can be edited.