Is the ordering of True and False well defined in Python, or is it left as an implementation detail?
From the console, I'm seeing False sort before True...but I don't know if that's a behavior I should rely on or not.
(I'm sure there's some Python doc about this, but I can't find it...)