[00:55:51] <amk_> Python3/ rich comparison question: does the Python3 stdlib have a mix-in class where you'd only have to define __eq__ and __lt__? The mixin had __ne__, __gt__, __le_, and all the others, like the class at http://www.voidspace.org.uk/python/articles/comparison.shtml