En Tue, 13 May 2008 07:46:45 -0300, <[EMAIL PROTECTED]> escribió:
On May 13, 11:28 am, [EMAIL PROTECTED] 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").readlinesI 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 -- http://mail.python.org/mailman/listinfo/python-list
