Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #21591 > unrolled thread

Is there a ConfigParser which keeps comments

Started byGelonida N <gelonida@gmail.com>
First post2012-03-14 11:07 +0100
Last post2012-03-14 11:07 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Is there a  ConfigParser which keeps comments Gelonida N <gelonida@gmail.com> - 2012-03-14 11:07 +0100

#21591 — Is there a ConfigParser which keeps comments

FromGelonida N <gelonida@gmail.com>
Date2012-03-14 11:07 +0100
SubjectIs there a ConfigParser which keeps comments
Message-ID<mailman.632.1331719680.3037.python-list@python.org>
Hi,


At the moment I use ConfigParser
http://docs.python.org/library/configparser.html
for one of my applications.


Now I'm looking for a library, which behaves like config parser, but
with one minor difference.

The write() mehtod should keep existing comments.

Does anybody know or implement something like this or is there as
switrch, that I overlooked in hte documentaiton.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web