Benji York wrote:
<SNIP>
>
> I generally do this:
>
> dirs =
>      /home/florian
>      /home/john
>      /home/whoever
>
> ...and then use str.split() in my program.
> --
> Benji York

The only problem with this would be if you plan on updating the config
file later in the program -  I don't think ConfigParser would write the
new config file with these options setup this way.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to