Sorting Documentation
Simon Brunning
simon.brunning at gmail.com
Tue Nov 8 06:01:48 EST 2005
On 8 Nov 2005 02:27:29 -0800, pinkfloydhomer at gmail.com
<pinkfloydhomer at gmail.com> wrote:
> I want to read a little bit about sorting in Python (sorted() and
> method sort()). But I can't seem to find anything in the documentation
> at the homepage?
Sorted() is documented here -
<http://docs.python.org/lib/built-in-funcs.html#l2h-66>.
(All found from here, BTW - <http://docs.python.org/lib/genindex.html>.)
--
Cheers,
Simon B,
simon at brunningonline.net,
http://www.brunningonline.net/simon/blog/
More information about the Python-list
mailing list