[Python-checkins] r70315 - python/trunk/Doc/reference/datamodel.rst

raymond.hettinger python-checkins at python.org
Thu Mar 12 01:25:05 CET 2009


Author: raymond.hettinger
Date: Thu Mar 12 01:25:03 2009
New Revision: 70315

Log:
Add reference to solution for a commonly asked question.

Modified:
   python/trunk/Doc/reference/datamodel.rst

Modified: python/trunk/Doc/reference/datamodel.rst
==============================================================================
--- python/trunk/Doc/reference/datamodel.rst	(original)
+++ python/trunk/Doc/reference/datamodel.rst	Thu Mar 12 01:25:03 2009
@@ -1346,6 +1346,9 @@
 
    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)
 


More information about the Python-checkins mailing list