[Python-checkins] r70316 - python/branches/py3k/Doc/reference/datamodel.rst

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


Author: raymond.hettinger
Date: Thu Mar 12 01:25:29 2009
New Revision: 70316

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

Modified:
   python/branches/py3k/Doc/reference/datamodel.rst

Modified: python/branches/py3k/Doc/reference/datamodel.rst
==============================================================================
--- python/branches/py3k/Doc/reference/datamodel.rst	(original)
+++ python/branches/py3k/Doc/reference/datamodel.rst	Thu Mar 12 01:25:29 2009
@@ -1198,6 +1198,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.__hash__(self)
 


More information about the Python-checkins mailing list