Sion Arrowsmith wrote:
> 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").

OK, the latter then. Too stupid. Thanks ;-)

robert
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to