On 8 Nov 2005 02:27:29 -0800, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> 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,
[EMAIL PROTECTED],
http://www.brunningonline.net/simon/blog/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to