cpython/Lib/test/output/test_cfgparser
Fred Drake 3c823aa4b6 Make sure ConfigParser uses .optionxform() consistently; this affects
.has_option(), .remove_option(), and .set().

This closes SF tracker #232913.
2001-02-26 21:55:34 +00:00

7 lines
194 B
Text

test_cfgparser
Testing basic accessors...
Testing case sensitivity...
Testing value interpolation...
Testing parse errors...
Testing query interface...
Testing miscellaneous error conditions...