Re: New Thread- Supporting Multiline values in ConfigParser

2007-06-26 Thread Gabriel Genellina
En Wed, 27 Jun 2007 01:35:27 -0300, O.R.Senthil Kumaran <[EMAIL PROTECTED]> escribió: > * Gabriel Genellina <[EMAIL PROTECTED]> [2007-06-25 22:26:47]: > >> And how would you detect a multiline value? >> Because it is not a section nor looks like a new option? >> >> I'd try using this: >> >> if n

Re: New Thread- Supporting Multiline values in ConfigParser

2007-06-26 Thread O.R.Senthil Kumaran
* Gabriel Genellina <[EMAIL PROTECTED]> [2007-06-25 22:26:47]: > And how would you detect a multiline value? > Because it is not a section nor looks like a new option? > > > I can guess, this portion in the _read function will require change, > > any change to this affects the whole of parsing. :

Re: New Thread- Supporting Multiline values in ConfigParser

2007-06-25 Thread Gabriel Genellina
En Mon, 25 Jun 2007 11:06:04 -0300, Phoe6 <[EMAIL PROTECTED]> escribió: > I took the approach of Subclassing ConfigParser to support multiline > values without leading white-spaces, but am struct at which position > in _read I should modify to accomodate the non-leading whitespace > based multilin

New Thread- Supporting Multiline values in ConfigParser

2007-06-25 Thread Phoe6
Hi, Am starting a new thread as I fear the old thread which more than a week old can go unnoticed. Sorry for the multiple mails. I took the approach of Subclassing ConfigParser to support multiline values without leading white-spaces, but am struct at which position in _read I should modify to acc