[Python-checkins] r79547 - python/branches/release26-maint/Doc/library/functions.rst

raymond.hettinger python-checkins at python.org
Thu Apr 1 09:25:27 CEST 2010


Author: raymond.hettinger
Date: Thu Apr  1 09:25:26 2010
New Revision: 79547

Log:
Document the link to the HowTo guide.

Modified:
   python/branches/release26-maint/Doc/library/functions.rst

Modified: python/branches/release26-maint/Doc/library/functions.rst
==============================================================================
--- python/branches/release26-maint/Doc/library/functions.rst	(original)
+++ python/branches/release26-maint/Doc/library/functions.rst	Thu Apr  1 09:25:26 2010
@@ -1148,6 +1148,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