From: Raymond Hettinger Date: Fri, 2 Apr 2010 00:23:40 +0000 (+0000) Subject: Document sorting HowTo X-Git-Tag: v3.1.3rc1~1006 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bdfa22bbdac1b58cf6f7c3e51ab9a85e5799cb2e;p=thirdparty%2FPython%2Fcpython.git Document sorting HowTo --- diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 300a589eb531..ff999e98439d 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -1009,6 +1009,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*.