Fred Drake
beb6713ea7
When reading a continuation line, make sure we still use the transformed
...
name when filling in the internal data structures, otherwise we incorrectly
raise a KeyError.
This fixes SF bug #432369 .
2001-07-06 17:22:48 +00:00
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
Fred Drake
cc1f951b4c
Test section name using some strange characters, including a backslash
...
(SF bug #132288 ).
2001-02-14 15:30:31 +00:00
Fred Drake
95b96d3941
Added options that use square brackets in their names; this ensures that
...
GNOME-style internationalized options can be parsed using ConfigParser
(SF bug #131635 ).
Converted the tests to use test_support.verify() instead of output
comparison to work.
2001-02-12 17:23:20 +00:00
Fred Drake
3d5f7e83c7
Add test cases for ConfigParser.remove_option() behavior. This includes
...
coverage to ensure bug #124324 does not re-surface.
2000-12-04 16:30:40 +00:00
Fred Drake
004d5e6880
Make reindent.py happy (convert everything to 4-space indents!).
2000-10-23 17:22:08 +00:00
Fred Drake
d391a34926
Remove change that had not been saved when the output was generated;
...
not terribly useful.
Reported by Mark Favas <Mark.Favas@per.dem.csiro.au>.
2000-09-28 04:13:15 +00:00
Fred Drake
8ef6767e00
Regression test for ConfigParser module.
2000-09-27 22:45:25 +00:00