#866 consolidate ConfigParser usage
Closed by tkopecek. Opened by tkopecek.
tkopecek/koji issue865  into  master

Download 866.patch

Fixes: https://pagure.io/koji/issue/865

rebased onto 6c953a414f2b8ddb0ba489b6b43b4fea73e9c529

Is there a specific reason, why RawConfigParser was used in kojixmlrpc.py? Other places seems to be ok with SafeConfigParser, but not sure if there was reason here to be more strict.

The other config parsers support a substitution syntax that we do not use, and that can break certain values in the config (notably LogFormat settings)

So, do you think it is ok to leave RawconfigParser in kojixmlrpc and all other change to SafeConfigParser?

Dropping as obsoleted by #1296

Pull-Request has been closed by tkopecek

Metadata