diff options
author | Fred Drake <fdrake@acm.org> | 2001-02-26 21:55:34 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-02-26 21:55:34 (GMT) |
commit | 3c823aa4b64653043ac8cdcb858b4042087862b0 (patch) | |
tree | 1248e09b65cf05808df6a78da49d774bc1b3e0fa /Lib/test/output | |
parent | ffc215a2792db293786120c8c2aebd39f80c8e15 (diff) | |
download | cpython-3c823aa4b64653043ac8cdcb858b4042087862b0.zip cpython-3c823aa4b64653043ac8cdcb858b4042087862b0.tar.gz cpython-3c823aa4b64653043ac8cdcb858b4042087862b0.tar.bz2 |
Make sure ConfigParser uses .optionxform() consistently; this affects
.has_option(), .remove_option(), and .set().
This closes SF tracker #232913.
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_cfgparser | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/output/test_cfgparser b/Lib/test/output/test_cfgparser index eb16536..61dcedf 100644 --- a/Lib/test/output/test_cfgparser +++ b/Lib/test/output/test_cfgparser @@ -1,5 +1,6 @@ test_cfgparser Testing basic accessors... +Testing case sensitivity... Testing value interpolation... Testing parse errors... Testing query interface... |