Commit 351de801 authored by Raymond Hettinger's avatar Raymond Hettinger

Add reference to solution for a commonly asked question.

parent 61585c26
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment