[Python-checkins] r79565 - python/branches/py3k/Doc/library/functions.rst

raymond.hettinger python-checkins at python.org
Fri Apr 2 02:25:45 CEST 2010


Author: raymond.hettinger
Date: Fri Apr  2 02:25:45 2010
New Revision: 79565

Log:
Document sorting HowTo

Modified:
   python/branches/py3k/Doc/library/functions.rst

Modified: python/branches/py3k/Doc/library/functions.rst
==============================================================================
--- python/branches/py3k/Doc/library/functions.rst	(original)
+++ python/branches/py3k/Doc/library/functions.rst	Fri Apr  2 02:25:45 2010
@@ -1018,6 +1018,9 @@
    `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*.


More information about the Python-checkins mailing list