On May 2, 3:25 pm, Chris Rebert wrote:
> On Mon, May 2, 2011 at 3:04 PM, Unknown Moss wrote:
> > Hi -Beginnerquestionhere. I'm working with ConfigParser. I'd like
> > to take a multiline variable and convert it directly to an array.
> > Seems like a common problem, but I don't see how I can do i
On Mon, May 2, 2011 at 3:04 PM, Unknown Moss wrote:
> Hi - Beginner question here. I'm working with ConfigParser. I'd like
> to take a multiline variable and convert it directly to an array.
> Seems like a common problem, but I don't see how I can do it without
> doing a little parsing in my own
Hi - Beginner question here. I'm working with ConfigParser. I'd like
to take a multiline variable and convert it directly to an array.
Seems like a common problem, but I don't see how I can do it without
doing a little parsing in my own code. Here's what I'm doing ...
>>> import ConfigParser
>>>