> I would like it to be editable, through a web browser or a GUI
> application. With ConfigParser I can read the configuration file and
> edit the options, but when I write the result all the comments are
lost
Hey Pierre,
I came across a good review of a number of possible solutions for this
at h
Pierre Quentel wrote:
Bonjour,
I am developing an application and I have a configuration file with a
lot of comments to help the application users understand what the
options mean
I would like it to be editable, through a web browser or a GUI
application. With ConfigParser I can read the config