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

2009-10-11 Thread R. David Murray
R. David Murray 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

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

2009-10-11 Thread Thomas Courbon
Thomas Courbon added the comment: Due to its quite generic title I was unable to find this issue. Sorry for the duplicate. Thomas -- ___ Python tracker ___ _

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

2009-10-11 Thread R. David Murray
R. David Murray 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 Ezio Melotti
Changes by Ezio Melotti : -- assignee: georg.brandl -> ezio.melotti nosy: +ezio.melotti priority: -> low ___ Python tracker ___ ___ Py

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

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

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

2009-10-11 Thread Thomas Courbon
New submission from Thomas Courbon : 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 config.write(configfile) File "/usr/local/lib/python3.1/configparser.py", line 39