[Python-Dev] ConfigParser with a single section

Brett Cannon drifty@bigfoot.com
Wed, 6 Nov 2002 19:33:57 -0800 (PST)


[Gustavo Niemeyer]

> Patch #549037 implements an interesting feature: it allows one to have
> configuration files without headers. I'd like to know what's your
> opinion about this issue, so that we can either forget the issue or
> implement the functionality, closing that bug.
>

I vote for only doing it if the patch does not complicate the code.
Adding one '[section]' header is not that painful.

But perhaps this conversation should continue on SF?

-Brett