Hello Samuel,
This list is rather old and abandoned. ConfigObj has its own list:
https://lists.sourceforge.net/lists/listinfo/configobj-develop
A deliberate decision was made to make ConfigObj rather stricter than
ConfigParser in the comment characters it accepts. This makes the config
files it works with more uniform and the parser rather nicer.
You've discovered the downside to the this decision. :-)
Changing the behaviour of ConfigObj would mean changing the regular
expressions it uses in its core parser. I don't think it is a
modification we could accept back into the core - so I'm afraid you'd be
a bit on your own with it. Sorry.
It looks like an re.sub approach might be better.
Michael Foord
http://www.manning.com/foord
> Thanks,
> Samuel Harvey
> >