[issue1714] ConfigParser.py do not allow leading (and trailing) space in values.

2008-05-10 Thread Jonatas Oliveira
Jonatas Oliveira <[EMAIL PROTECTED]> added the comment: Btw, i ran all tests before write "works for me" message. __ Tracker <[EMAIL PROTECTED]> <http://

[issue1524825] ConfigParser: accept leading whitespace on options+comments

2008-05-10 Thread Jonatas Oliveira
Jonatas Oliveira <[EMAIL PROTECTED]> added the comment: The patch cfgparser_comments.patch works for me. I agree with Jeremy Thurgood about the issue 1714. -- nosy: +jonatasoliveira _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.o

[issue1714] ConfigParser.py do not allow leading (and trailing) space in values.

2008-05-10 Thread Jonatas Oliveira
Jonatas Oliveira <[EMAIL PROTECTED]> added the comment: The cfgparser_doublequotes_r61014.patch works for me. I disagree wrapping a double quoted string with another double quote, it's more elegant using single quote like python's string behavior, but I don't know if is