ConfigParser instances have the following methods:
DEFAULT
is not
included in the list.
DEFAULT
section is not acknowledged.
import ConfigParser, os config = ConfigParser.ConfigParser() config.readfp(open('defaults.cfg')) config.read(['site.cfg', os.path.expanduser('~/.myapp.cfg')])