]> granicus.if.org Git - python/commit
Make sure ConfigParser uses .optionxform() consistently; this affects
authorFred Drake <fdrake@acm.org>
Mon, 26 Feb 2001 21:55:34 +0000 (21:55 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 26 Feb 2001 21:55:34 +0000 (21:55 +0000)
commit3c823aa4b64653043ac8cdcb858b4042087862b0
tree1248e09b65cf05808df6a78da49d774bc1b3e0fa
parentffc215a2792db293786120c8c2aebd39f80c8e15
Make sure ConfigParser uses .optionxform() consistently; this affects
.has_option(), .remove_option(), and .set().

This closes SF tracker #232913.
Lib/ConfigParser.py
Lib/test/output/test_cfgparser
Lib/test/test_cfgparser.py