[Python-checkins] r79549 - python/trunk/Doc/library/functions.rst

raymond.hettinger python-checkins at python.org
Thu Apr 1 09:54:16 CEST 2010


Author: raymond.hettinger
Date: Thu Apr  1 09:54:16 2010
New Revision: 79549

Log:
Document link to Sorting HowTo

Modified:
   python/trunk/Doc/library/functions.rst

Modified: python/trunk/Doc/library/functions.rst
==============================================================================
--- python/trunk/Doc/library/functions.rst	(original)
+++ python/trunk/Doc/library/functions.rst	Thu Apr  1 09:54:16 2010
@@ -1158,6 +1158,9 @@
    function, see the `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/>`_\.
+
    .. versionadded:: 2.4
 
 


More information about the Python-checkins mailing list