Re: ConfigParser: whitespace leading comment lines

2006-10-13 Thread Fulvio
*** Your mail has been scanned by InterScan MSS. *** On Friday 13 October 2006 04:13, [EMAIL PROTECTED] wrote: > I'd like to propose the following change to ConfigParser.py. IMO there's a reason that left it in such way. Whom didn't like the ConfigParser c

ConfigParser: whitespace leading comment lines

2006-10-12 Thread [EMAIL PROTECTED]
Hello all, I'd like to propose the following change to ConfigParser.py. I won't call it a bug-fix because I don't know the relevant standards. This change will enable multiline comments as follows: [section] item=value ;first of multiline comment ;second of multiline comment Right n