Re: [Python-Dev] ConfigParser: whitespace leading comment lines

2006-10-14 Thread Aahz
On Tue, Oct 10, 2006, Greg Willden wrote: > > 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. Go ahead and submit a patch; it's guaranteed you won't get progress without it. -- Aahz ([EMAIL PROTECTED])

[Python-Dev] ConfigParser: whitespace leading comment lines

2006-10-12 Thread Greg Willden
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 now t