Files
cpython/Doc/lib
Eric S. Raymond 417c489def Give ConfigParser the capability to set as well as read options, and to write
a representation of the configuration state in .ini format that can be read
back in by a future read() call.  Thus this class is now a back end
for .ini editors as well as parsers.

This patch is complete and tested, but exposes a bug in the ConfigParser
implementation which I have not yet fixed.  Because case information is
discarded during parsing, the output of write() has its case smashed.

I wrote this for a SourceForge interface script called forgetool.
Documentation for the new entry points included.
2000-07-10 18:11:00 +00:00
..
1999-04-13 21:39:31 +00:00
1999-04-23 17:11:53 +00:00
1999-06-29 15:53:52 +00:00
1999-04-22 15:53:35 +00:00
2000-06-27 03:16:04 +00:00
2000-06-15 18:44:30 +00:00
1999-07-20 13:21:42 +00:00
1999-05-13 16:20:30 +00:00
1999-04-23 22:03:00 +00:00
1999-06-29 14:57:12 +00:00
2000-04-05 15:01:36 +00:00
2000-07-01 17:47:38 +00:00
1999-06-21 18:36:09 +00:00
2000-06-28 17:27:48 +00:00
2000-07-05 02:03:34 +00:00
2000-06-30 15:32:31 +00:00
2000-06-27 03:16:04 +00:00
1999-11-09 20:10:01 +00:00
1999-11-09 18:03:00 +00:00
1999-06-17 17:09:23 +00:00
1999-11-09 19:44:44 +00:00
2000-06-21 01:48:46 +00:00
1999-04-21 18:15:22 +00:00
1999-06-23 13:33:40 +00:00
2000-04-05 15:00:38 +00:00
2000-04-03 15:02:35 +00:00
1999-10-22 21:08:56 +00:00
2000-03-31 17:51:10 +00:00