diff options
author | David Goodger <goodger@python.org> | 2004-10-03 15:40:25 (GMT) |
---|---|---|
committer | David Goodger <goodger@python.org> | 2004-10-03 15:40:25 (GMT) |
commit | 68a1abdadec2377fd3e8d2211cb3cc119de77a28 (patch) | |
tree | 93db094b5487a4e8999c894c3ce7ba950bea97a3 /Misc/NEWS | |
parent | bfe56843084c0ccb7f26e5225b1c22d767d90eb8 (diff) | |
download | cpython-68a1abdadec2377fd3e8d2211cb3cc119de77a28.zip cpython-68a1abdadec2377fd3e8d2211cb3cc119de77a28.tar.gz cpython-68a1abdadec2377fd3e8d2211cb3cc119de77a28.tar.bz2 |
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.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -94,6 +94,11 @@ Library - httplib now handles ipv6 address/port pairs. +- 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. + Build ----- |