|
From: Abhinandan J. <ja...@he...> - 2006-07-11 06:46:53
|
OK. Thanks anyway. I do not have control over these non-Python configuration files - hence the request. Abhi > > > > > 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 > |