Given a section like
[Data]
value1
value2
value3
Can ConfigParser be easily used to put the values in a dictionary? If
so, how?
[Data]
value1
value2
value3
Can ConfigParser be easily used to put the values in a dictionary? If
so, how?
Comment