The ConfigParser class extends some methods of the RawConfigParser interface, adding some optional arguments.
section, option[, raw[, vars]]) |
section[, raw[, vars]]) |
(name, value)
for
each option in the given section. Optional arguments have the
same meaning as for the get()
method.
New in version 2.3.