Add reference to solution for a commonly asked question.

This commit is contained in:
Raymond Hettinger 2009-03-12 00:25:29 +00:00
parent 516db94459
commit 6c4b4b2267
1 changed files with 3 additions and 0 deletions

View File

@ -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)