Document sorting HowTo

This commit is contained in:
Raymond Hettinger 2010-04-02 00:25:45 +00:00
parent 8689a10f07
commit 46fca0773d
1 changed files with 3 additions and 0 deletions

View File

@ -1018,6 +1018,9 @@ are always available. They are listed here in alphabetical order.
`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*.