mwt wrote:
> I want to set default values for a ConfigParser. So far, its job is
> very small, so there is only one section heading, ['Main']. Reading the
> docs, I see that in order to set default values in a ConfigParser, you
> initialize it with a dictionary or defaults. However, I'm not quite
Thanks, Terry. That's an interesting way to go about it.
--
http://mail.python.org/mailman/listinfo/python-list
On 28 Feb 2006 17:05:32 -0800
"mwt" <[EMAIL PROTECTED]> wrote:
> I want to set default values for a ConfigParser. So far,
> its job is very small, so there is only one section
> heading, ['Main']. Reading the docs, I see that in order
> to set default values in a ConfigParser, you initialize it
> w
I want to set default values for a ConfigParser. So far, its job is
very small, so there is only one section heading, ['Main']. Reading the
docs, I see that in order to set default values in a ConfigParser, you
initialize it with a dictionary or defaults. However, I'm not quite
sure of the syntax t