]> granicus.if.org Git - python/commit
SF bug #1017864: ConfigParser now correctly handles default keys, processing them...
authorDavid Goodger <goodger@python.org>
Sun, 3 Oct 2004 15:40:25 +0000 (15:40 +0000)
committerDavid Goodger <goodger@python.org>
Sun, 3 Oct 2004 15:40:25 +0000 (15:40 +0000)
commit68a1abdadec2377fd3e8d2211cb3cc119de77a28
tree93db094b5487a4e8999c894c3ce7ba950bea97a3
parentbfe56843084c0ccb7f26e5225b1c22d767d90eb8
SF bug #1017864: ConfigParser now correctly handles default keys, processing them with ``ConfigParser.optionxform`` when supplied, consistent with the handling of config file entries and runtime-set options.
Lib/ConfigParser.py
Lib/test/test_cfgparser.py
Misc/NEWS