Re: ConfigParser shootout, preliminary entry

From: Vinay Sajip (vinay_sajip_at_yahoo.co.uk)
Date: 10/24/04


Date: 24 Oct 2004 12:12:20 -0700

Skip Montanaro <skip@pobox.com> wrote in message news:<mailman.5369.1098558392.5135.python-list@python.org>...
> I wrote my Configuration class (note the new name!) based upon my needs
> (which are based on my recent experience):
>
> * I prefer attribute-style or dict-style access
> * I need more than one level of sections
> * YAML and XML are too complex
> * I want it to be readable and editable by humans
>

+1

Vinay Sajip