T
Thomas Guettler
Hi,
I need a config like this:
[sync files]
ignore=".*/foodir/.*\.pyc"
ignore=".*/foodir/.*~"
....
The ConfigParser of the standard library can't handle this,
because one key maps to multiple values.
Is there a simple and lightweight config parser which can
handle this?
Thomas
PS: Needs to be compatible with Python 2.3
I need a config like this:
[sync files]
ignore=".*/foodir/.*\.pyc"
ignore=".*/foodir/.*~"
....
The ConfigParser of the standard library can't handle this,
because one key maps to multiple values.
Is there a simple and lightweight config parser which can
handle this?
Thomas
PS: Needs to be compatible with Python 2.3