* 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
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