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
> > >
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
> -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
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
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
> -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
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