Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #21591 > unrolled thread
| Started by | Gelonida N <gelonida@gmail.com> |
|---|---|
| First post | 2012-03-14 11:07 +0100 |
| Last post | 2012-03-14 11:07 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Is there a ConfigParser which keeps comments Gelonida N <gelonida@gmail.com> - 2012-03-14 11:07 +0100
| From | Gelonida N <gelonida@gmail.com> |
|---|---|
| Date | 2012-03-14 11:07 +0100 |
| Subject | Is 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.
Back to top | Article view | comp.lang.python
csiph-web