reality. Specifically, the third argument to PyObject_RichCompare* is an int,
not an enum. Also, when the tp_richcompare function cannot compare the
combination of objects, it needs to return Py_NotImplemented, not
PyExc_NotImplemented (and a new reference to that object at that).
pie-in-the-sky. Reasons: 216 is NOT the consensus of the doc-sig; 229
is not sufficiently worked out and doesn't seem a priority. (This can
still make it into 2.1 if the author does the work.)
Added GvR as co-author for 207 (rich comparisons).