The file versioneer.py still uses SafeConfigParser and read_fp, which where required before python 3.2, when read_file was introduced and the default behaviour of ConfigParser was changed to be strict ...
from ConfigParserList import ConfigParser def list_from_dict(): """ This example sets the configuration from a dict and then fetchs a list :return: """ str_list = ['A ...
Hi All,<BR><BR>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 ...