|
From: Michael F. <fuz...@vo...> - 2006-09-09 19:07:12
|
Tomi Kyöstilä wrote: > Hi! > > Is it possible to spread lists over multiple lines in ConfigObj? > > For example, this one-line list > > asd = foo, bar, baz > > would be written as > > asd = foo, > bar, > baz > > When I try that, I get a parse error. It would make managing the > config files easier when it contains long lists. This feature would be very cool, but also quite tricky to implement. :-) If you are able to do it without making the parser even harder to read, I would welcome the patch... Fuzzyman http://www.voidspace.org.uk/python/index.shtml > > -- > Tomi Kyöstilä > |