]> granicus.if.org Git - python/commitdiff
Document sorting HowTo
authorRaymond Hettinger <python@rcn.com>
Fri, 2 Apr 2010 00:25:45 +0000 (00:25 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 2 Apr 2010 00:25:45 +0000 (00:25 +0000)
Doc/library/functions.rst

index 75bab9ecd40c4f1ee5fcdfad5cfc6dedbe3c6a25..b85eb714077ce9cf14c0d6b059aae70f718f662f 100644 (file)
@@ -1018,6 +1018,9 @@ are always available.  They are listed here in alphabetical order.
    `CmpToKey recipe in the ASPN cookbook
    <http://code.activestate.com/recipes/576653/>`_\.
 
+   For sorting examples and a brief sorting tutorial, see `Sorting HowTo
+   <http://wiki.python.org/moin/HowTo/Sorting/>`_\.
+
 .. function:: staticmethod(function)
 
    Return a static method for *function*.