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