[issue1714] ConfigParser.py do not allow leading (and trailing) space in values.
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 acceptable for a .ini file. PS: Like Jeremy Thurgood said in msg66523, this is almost the same of issue 1524825. -- nosy: +jonatasoliveira __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1714> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue1524825] ConfigParser: accept leading whitespace on options+comments
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.org/issue1524825> _ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue1714] ConfigParser.py do not allow leading (and trailing) space in values.
Jonatas Oliveira <[EMAIL PROTECTED]> added the comment: Btw, i ran all tests before write "works for me" message. __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1714> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com