En Tue, 27 Feb 2007 18:00:25 -0300, lincoln rutledge <[EMAIL PROTECTED]>  
escribió:

> Okay, I actually have those pages up in my browser.  I found the string
> methods:
> http://docs.python.org/lib/string-methods.html
>
> But I am having trouble finding the same information for lists...

On that page, click on "TOC - Table of Contents". You were exactly at  
section 3.6.1 "String methods"; now go to section 3.6.4 "Mutable Sequence  
Types"
Another way to find that, is using the "Index" page - under "L" you find  
"list: type, operations on"
It's very useful, at least, overview the two chapters on builtin functions  
and builtin types.

-- 
Gabriel Genellina

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

Reply via email to