News

Python 3 at some point renamed SafeConfigParser to just ConfigParser. The six package is supposed to handle that sort of nonsense, but apparently not as my other plugin that does use configparser has ...
Hi All,I wasn't able to find the answer to my question via google-fu, so I thought I would post it here. I have a config file with three secions, and I want to use python's ConfigParser module to ...