]> granicus.if.org Git - python/commit
get(): Fixed a bug in the merge order of the dictionaries. This makes
authorBarry Warsaw <barry@python.org>
Mon, 26 Jan 1998 22:42:48 +0000 (22:42 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 26 Jan 1998 22:42:48 +0000 (22:42 +0000)
commit5da0f504baa10c6125b5c7cc6dccc801f26f5ff0
tree66ac490e410990804f64fee288ab14eab2f9ec86
parentc6c921a4def19c9b44f1e1234b35f7fb0a609731
get(): Fixed a bug in the merge order of the dictionaries.  This makes
a copy of the defaults dictionary and merges the section's dictionary
into it so that sections can override the defaults.
Lib/ConfigParser.py