summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-02-26 21:55:34 (GMT)
committerFred Drake <fdrake@acm.org>2001-02-26 21:55:34 (GMT)
commit3c823aa4b64653043ac8cdcb858b4042087862b0 (patch)
tree1248e09b65cf05808df6a78da49d774bc1b3e0fa /Lib/test/output
parentffc215a2792db293786120c8c2aebd39f80c8e15 (diff)
downloadcpython-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_cfgparser1
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...