Google Groups Home
Help | Sign in
Message from discussion Best way to delimit a list?
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
castiro...@gmail.com  
View profile
 More options May 13, 6:57 am
Newsgroups: comp.lang.python
From: castiro...@gmail.com
Date: Tue, 13 May 2008 03:57:35 -0700 (PDT)
Local: Tues, May 13 2008 6:57 am
Subject: Re: Best way to delimit a list?
On May 13, 5:46 am, dannywebs...@googlemail.com wrote:

> On May 13, 11:28 am, dannywebs...@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).

> > so far:

> > >>> f=os.open("./get_hostnames").readlines

> > returns ['host1 host2 host3 ... hostN\n]'

> > i'd like to be in a position to iterate through these, grabbing each
> > host.  I have played with transmuting to a str, and using split, and
> > this works, but I get the subscript brackets from the list output as
> > expected, as the list output is now a string literal, and this is not
> > what I want - and I think it's a bit long-winded to do a search 'n
> > replace on it - hence why I ask in the subject what's the best way.

> > >>> f=str(f)
> > >>> f.split()

> > ["['host1","host2", ... ,"hostN\n']"]

> > Any help is highly appreciated

> > ta

> > dan.

> I did indeed mean "os.popen", no "os.open"- Hide quoted text -

> - Show quoted text -

I do indeed write a pretty fine real-time, low-bandwidth, game.  It is
like real-time chess, and seen the movie, Tron.  Can't the P2Ps zip up
in an hour?

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google