From: Raymond Hettinger Date: Fri, 2 Apr 2010 00:25:45 +0000 (+0000) Subject: Document sorting HowTo X-Git-Tag: v3.2a1~1284 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46fca0773d25a690cb7ab4fa1c4f5d3b6c16dc12;p=python Document sorting HowTo --- diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 75bab9ecd4..b85eb71407 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -1018,6 +1018,9 @@ are always available. They are listed here in alphabetical order. `CmpToKey recipe in the ASPN cookbook `_\. + For sorting examples and a brief sorting tutorial, see `Sorting HowTo + `_\. + .. function:: staticmethod(function) Return a static method for *function*.