Robert Latest  <[EMAIL PROTECTED]> wrote:
> BTW, where can I find all methods of the built-in types? 
>Section 3.6 only talks about strings and mentions the list append() method 
>only in an example. Am I too stupid to read the manual, or is this an 
>omission?

3.6 talks about features common to all "sequence" types. Strings
are discussed specifically in 3.6.1 ("String Methods"). Lists are
similarly discussed in 3.6.4 ("Mutable Sequence Types"). They are
certainly not omitted, although maybe the title of 3.6.4 could be
take a leaf from the Zen and be more explicit.

-- 
\S -- [EMAIL PROTECTED] -- http://www.chaos.org.uk/~sion/
   "Frankly I have no feelings towards penguins one way or the other"
        -- Arthur C. Clarke
   her nu becomeþ se bera eadward ofdun hlæddre heafdes bæce bump bump bump
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to