ConfigParser and multiple option names

Ivan Vinogradov vinogri at mcmaster.ca
Fri May 5 17:46:47 EDT 2006


Another option is to use a dedicated section and simply omit values  
for options:

[dirs]
/path/1:
/long/path/2:
/etc:

Then get options for section dirs.
This approach precludes using ':' or '=' in paths though.



More information about the Python-list mailing list