Is there an alternative to standard module ConfigParser, which can use delimitier symbol other than ":" and "=", preferaby just space? I need to parse such configs:
[Passwords] 2:5020/758 xxxx 2:5020/794 yyyy ConfigParser is not able to work with option names which contain symbol ':' It is not difficult to modify ConfigParser to resolve it, but may be another solution already exists? -- http://mail.python.org/mailman/listinfo/python-list