Add reference to solution for a commonly asked question.

This commit is contained in:
Raymond Hettinger 2009-03-12 00:25:03 +00:00
parent 61585c260c
commit 351de8017c

View file

@ -1346,6 +1346,9 @@ Basic customization
Arguments to rich comparison methods are never coerced.
To automatically generate ordering operations from a single root operation,
see the `Total Ordering recipe in the ASPN cookbook
<http://code.activestate.com/recipes/576529/>`_\.
.. method:: object.__cmp__(self, other)