[issue7103] Error in config parser example (w/ Patch)

2009-10-11 Thread Thomas Courbon
New submission from Thomas Courbon hart...@yahoo.fr: When ran in python 3.1.1 (hand compiled, fedora 11), the first example of configparser module fail with : Traceback (most recent call last): File test1.py, line 22, in module config.write(configfile) File

[issue7103] Error in config parser example (w/ Patch)

2009-10-11 Thread Thomas Courbon
Changes by Thomas Courbon hart...@yahoo.fr: -- keywords: +patch Added file: http://bugs.python.org/file15101/configparser_example_issue_7103.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7103

[issue7103] Error in config parser example (w/ Patch)

2009-10-11 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- assignee: georg.brandl - ezio.melotti nosy: +ezio.melotti priority: - low ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7103 ___

[issue7103] Error in config parser example (w/ Patch)

2009-10-11 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: This is a duplicate of issue 6969, where it has been fixed. -- nosy: +r.david.murray resolution: - out of date stage: - committed/rejected status: open - closed superseder: - configparser type: - behavior

[issue7103] Error in config parser example (w/ Patch)

2009-10-11 Thread Thomas Courbon
Thomas Courbon hart...@yahoo.fr added the comment: Due to its quite generic title I was unable to find this issue. Sorry for the duplicate. Thomas -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7103

[issue7103] Error in config parser example (w/ Patch)

2009-10-11 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: Yes, no blame attaches to you, and thanks for the report. (_I_ had trouble finding the issue and I remembered that it existed.) -- ___ Python tracker rep...@bugs.python.org