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

index 300a589eb531a1a532c888ec5cc2678392da020c..ff999e98439d67a9a35d9ef1b79cab0c4004939d 100644 (file)
@@ -1009,6 +1009,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*.