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

2011-04-30 Thread Roundup Robot
Roundup Robot devnull@devnull 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 rep...@bugs.python.org

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

2011-04-30 Thread Roundup Robot
Roundup Robot devnull@devnull 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 rep...@bugs.python.org

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

2011-04-29 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: You forgot the Misc/NEWS entry. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11324 ___ ___

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

2011-04-28 Thread Roundup Robot
Roundup Robot devnull@devnull 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

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

2011-03-01 Thread Tobias Brink
Tobias Brink tobias.br...@gmail.com 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

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

2011-03-01 Thread Éric Araujo
Éric Araujo mer...@netwok.org 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-02-26 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Thanks. Could you also add a test? -- nosy: +eric.araujo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11324 ___

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

2011-02-25 Thread Tobias Brink
New submission from Tobias Brink tobias.br...@gmail.com: 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 stdin, line 1, in module File

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

2011-02-25 Thread Brian Curtin
Changes by Brian Curtin cur...@acm.org: -- assignee: - lukasz.langa nosy: +lukasz.langa ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11324 ___