Updating section in ConfigParser (or an alternative)
- by lyrae
I am making a plugin for another program and so I am trying to make thing as lightweight as possible.
What i need to do is be able to update the name of a section in the ConfigParser's config file.
[project name]
author:john doe
email: spam@example.com
year: 2010
I then have text fields where user can edit project's name, author, email and…