diff options
author | Raymond Hettinger <python@rcn.com> | 2010-04-01 07:54:16 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2010-04-01 07:54:16 (GMT) |
commit | f54c2683267e008aa27570e366e64e2d0d80061c (patch) | |
tree | 599f9a6a196b484f56c4a4bbdcecbad3a9ba54e2 /Doc | |
parent | bf0dfb3d0e7d433a7cb02ef0eb6ef246f3269b62 (diff) | |
download | cpython-f54c2683267e008aa27570e366e64e2d0d80061c.zip cpython-f54c2683267e008aa27570e366e64e2d0d80061c.tar.gz cpython-f54c2683267e008aa27570e366e64e2d0d80061c.tar.bz2 |
Document link to Sorting HowTo
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/functions.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 1a4e921..0f45319 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -1158,6 +1158,9 @@ available. They are listed here in alphabetical order. 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 |