Re: Reading multiline values using ConfigParser

2007-06-25 Thread Phoe6
On Jun 21, 7:34 pm, "John Krukoff" <[EMAIL PROTECTED]> wrote: > > > > Is there anyway, I can include multi-line value in the configfile? I > > > > Following the link to RFC 822 (http://www.faqs.org/rfcs/rfc822.html) > > > indicates that you can spread values out over multiple lines as long as > > >

Re: Reading multiline values using ConfigParser

2007-06-21 Thread Larry Bates
Phoe6 wrote: > On Jun 20, 10:35 pm, "John Krukoff" <[EMAIL PROTECTED]> wrote: > >>> Is there anyway, I can include multi-line value in the configfile? I > >> Following the link to RFC 822 (http://www.faqs.org/rfcs/rfc822.html) >> indicates that you can spread values out over multiple lines as lon

RE: Reading multiline values using ConfigParser

2007-06-21 Thread John Krukoff
> -Original Message- > From: [EMAIL PROTECTED] [mailto:python- > [EMAIL PROTECTED] On Behalf Of Phoe6 > Sent: Wednesday, June 20, 2007 8:51 PM > To: python-list@python.org > Subject: Re: Reading multiline values using ConfigParser > > On Jun 20, 10:35 pm, "Jo

Re: Reading multiline values using ConfigParser

2007-06-21 Thread Carsten Haese
On Thu, 2007-06-21 at 02:51 +, Phoe6 wrote: > On Jun 20, 10:35 pm, "John Krukoff" <[EMAIL PROTECTED]> wrote: > > > > Is there anyway, I can include multi-line value in the configfile? I > > > > > Following the link to RFC 822 (http://www.faqs.org/rfcs/rfc822.html) > > indicates that you can s

Re: Reading multiline values using ConfigParser

2007-06-20 Thread Phoe6
On Jun 20, 10:35 pm, "John Krukoff" <[EMAIL PROTECTED]> wrote: > > Is there anyway, I can include multi-line value in the configfile? I > > Following the link to RFC 822 (http://www.faqs.org/rfcs/rfc822.html) > indicates that you can spread values out over multiple lines as long as > there is a s

RE: Reading multiline values using ConfigParser

2007-06-20 Thread John Krukoff
> -Original Message- > From: [EMAIL PROTECTED] [mailto:python- > [EMAIL PROTECTED] On Behalf Of Phoe6 > Sent: Wednesday, June 20, 2007 10:51 AM > To: python-list@python.org > Subject: Reading multiline values using ConfigParser > > Hi, > I have a configfile

Reading multiline values using ConfigParser

2007-06-20 Thread Phoe6
Hi, I have a configfile, in fact, I am providing a configfile in the format: [Information] Name: Foo Author: Bar Testcases: tct123 tct124 tct101 The last values is a multi-line. ConfigParser is unable to recognize a multi-line value and splits out error. C:\ATF-Tasks>python CreateTask.py Trace