Re: Sorting Documentation



On 8 Nov 2005 02:27:29 -0800, pinkfloydhomer@xxxxxxxxx
<pinkfloydhomer@xxxxxxxxx> 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@xxxxxxxxxxxxxxxxxx,
http://www.brunningonline.net/simon/blog/
.



Relevant Pages

  • Sorting Documentation
    ... I want to read a little bit about sorting in Python and ... But I can't seem to find anything in the documentation ... Prev by Date: ...
    (comp.lang.python)
  • Re: Sorting Documentation
    ... >I want to read a little bit about sorting in Python and ... But I can't seem to find anything in the documentation ... sortedis a function that works on arbitrary sequences, ...
    (comp.lang.python)
  • Re: want to get the pointer of any python object in C++, but I Failed.
    ... The second parameter is "0" in the python' ... documentation. ... Prev by Date: ...
    (comp.lang.python)
  • Re: want to get the pointer of any python object in C++, but I Failed.
    ... The second parameter is "0" in the python' ... documentation. ... Prev by Date: ...
    (comp.lang.python)
  • Re: Automatic Generation of Python Class Files
    ... it makes sens (from a semantic POV, which doesn't prevent common sens, thanks) or if they should be restricted to refactoring-life-saver. ... And FWIW, I do assume too that computation-heavy functions will be either obvious (either from the domain and/or wrt/ what I do pass as arguments - ie, I expect that sorting a 10K items list with a custom cmp callback will be heavier that naturally sorting a 10 words list) or documented as such. ... Now how does your desire for documentation imply that "if you're creating a class for the first time, ...
    (comp.lang.python)