|
From: Michael F. <fuz...@vo...> - 2006-07-10 20:16:58
|
Abhinandan Jain wrote: > Hi > > I see in the documentation that the use of '\' as a continuation > character for multi-line data is no longer supported in ConfigObj > 4. There are some third party configuration datafiles for which I have > found this feature very useful when parsing using ConfigObj. > > I'd like to put in a request to add back support for this to ConfigObj 4 > as an optional feature. In my case, the data files are fairly simple > in structure so it is OK with me if enabling this feature means that > some other features in ConfigObj will not be available when parsing the > files. > > Hello Abhi, I'm afraid I don't like '\' as continuation syntax, and won't add it back to ConfigObj. The correct way to create multiline values is with triple quote strings : key = """A multiline value. Really.""" All the best, Fuzzyman http://www.voidspace.org.uk/python/index.shtml > Thanks > > Abhi > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Configobj-develop mailing list > Con...@li... > https://lists.sourceforge.net/lists/listinfo/configobj-develop > > |