Re: ConfigParser: values with ";" and the value blank

2006-05-05 Thread André Malo
* kai wrote: > I use the ConfigPaserver from Python. > how can I use/save/read values with ";" (start comment) and the value > blank? > When I write (set) my config file often the part behind the ";" > disappears. > e.g. > myKey = startMyValue ; endMyValue You can't. The ConfigParser tre

ConfigParser: values with ";" and the value blank

2006-05-05 Thread kai
Hello, I use the ConfigPaserver from Python. how can I use/save/read values with ";" (start comment) and the value blank? When I write (set) my config file often the part behind the ";" disappears. e.g. myKey = startMyValue ; endMyValue Thank's for your hints, Kai -- http://mail.pytho