[Tutor] setting program configuration for all files and modules ofa program
Tim Michelsen
timmichelsen at gmx-topmail.de
Wed Apr 16 00:48:22 CEST 2008
>>> But to my optinion Config Parser offers the following advantage:
>>> - Readable
>>> - All are strings => no strange 'mysetting' is needed.
>> I'm not sure what you mean. The Python variables and dictionary
>> is all strings too. mysetting is just a string...
>
> He means, with ConfigParser strings don't need to be quoted, giving
> perhaps a cleaner and more friendly syntax.
Yes, Kent that's what I wanted to express.
Thanks for clarifying.
My target here are users that do not develop python.
More information about the Tutor
mailing list