Best way to delimit a list?

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Tue May 13 07:18:59 EDT 2008


En Tue, 13 May 2008 07:46:45 -0300, <dannywebster at googlemail.com> escribió:
> On May 13, 11:28 am, dannywebs... at googlemail.com wrote:

>> Hi - I have a list returned from popen/readlines, and am wondering how
>> to go about iterating over each item which was returned (rather than
>> currently having the whole lot returned).
>>
>> >>> f=os.open("./get_hostnames").readlines
>
> I did indeed mean "os.popen", no "os.open"

Ouch, replace open with popen an my example is valid (but to get the  
meaning I intended to write, replace os.open with open...)

-- 
Gabriel Genellina




More information about the Python-list mailing list