summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_cfgparser
Commit message (Collapse)AuthorAgeFilesLines
* Make sure ConfigParser uses .optionxform() consistently; this affectsFred Drake2001-02-261-0/+1
| | | | | | .has_option(), .remove_option(), and .set(). This closes SF tracker #232913.
* Added options that use square brackets in their names; this ensures thatFred Drake2001-02-121-46/+1
| | | | | | | | 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.
* Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings.Ka-Ping Yee2001-01-241-6/+6
| | | | Switch from octal escapes to hex escapes for other nonprintable characters.
* Regression test for ConfigParser module.Fred Drake2000-09-271-0/+51