On Sat, Jan 14, 2012 at 6:04 AM, Ethan Furman <[email protected]> wrote: > So I am strongly leaning towards implementing the comparisons such that Null > objects are less than other objects so they will always sort together.
This is a perfectly plausible view, and is the one adopted by SQL (I'm pretty sure the "NULLS FIRST" / "NULLS LAST" clause is standard - you get to choose whether they're less than everything or more than everything). ChrisA -- http://mail.python.org/mailman/listinfo/python-list
