Commit 6c4b4b22 authored by Raymond Hettinger's avatar Raymond Hettinger

Add reference to solution for a commonly asked question.

parent 516db944
......@@ -1198,6 +1198,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.__hash__(self)
......
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