[issue11324] ConfigParser(interpolation=None) doesn't work

2011-04-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0c21de0cca44 by Łukasz Langa in branch 'default': Merged mentions of issues #11324 and #11858. http://hg.python.org/cpython/rev/0c21de0cca44 -- ___ Python tracker ___

[issue11324] ConfigParser(interpolation=None) doesn't work

2011-04-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 08996a664ed3 by Łukasz Langa in branch '3.2': Mentioned issues #11324 and #11858. http://hg.python.org/cpython/rev/08996a664ed3 -- ___ Python tracker

[issue11324] ConfigParser(interpolation=None) doesn't work

2011-04-29 Thread Éric Araujo
Éric Araujo added the comment: You forgot the Misc/NEWS entry. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue11324] ConfigParser(interpolation=None) doesn't work

2011-04-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 32031e33d793 by Łukasz Langa in branch '3.2': Closes #11324: ConfigParser(interpolation=None) doesn't work. http://hg.python.org/cpython/rev/32031e33d793 New changeset de7dc59260b1 by Łukasz Langa in branch 'default': Merged solution for #11324 fro

[issue11324] ConfigParser(interpolation=None) doesn't work

2011-03-01 Thread Éric Araujo
Éric Araujo added the comment: Thanks, the configparser maintainer will review your patch. Łukasz, you may want to use assertIsNone when you commit. -- keywords: +needs review stage: -> patch review ___ Python tracker

[issue11324] ConfigParser(interpolation=None) doesn't work

2011-03-01 Thread Tobias Brink
Tobias Brink added the comment: I added a test but I am not too familiar with the Python test suite. Please check if the "test_init_takes_interpolation_none" test is necessary because the test suite also fails without it if my patch is not applied. Feel free to remove it if it is superfluou

[issue11324] ConfigParser(interpolation=None) doesn't work

2011-02-26 Thread Éric Araujo
Éric Araujo added the comment: Thanks. Could you also add a test? -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-list

[issue11324] ConfigParser(interpolation=None) doesn't work

2011-02-25 Thread Brian Curtin
Changes by Brian Curtin : -- assignee: -> lukasz.langa nosy: +lukasz.langa ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue11324] ConfigParser(interpolation=None) doesn't work

2011-02-25 Thread Tobias Brink
New submission from Tobias Brink : The docs for Python 3.2 say that p = configparser.ConfigParser(interpolation=None) disables interpolation. Instead it gives this traceback when calling p.read(): Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.2/configparse