]> granicus.if.org Git - python/commit
Added options that use square brackets in their names; this ensures that
authorFred Drake <fdrake@acm.org>
Mon, 12 Feb 2001 17:23:20 +0000 (17:23 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 12 Feb 2001 17:23:20 +0000 (17:23 +0000)
commit95b96d3941b739017f69b8ac695ca1ac25073a55
treed2ea564c15a1b81fbca246f3b57d8ce050751787
parentd83bbbfd222d7e399fd8b2b17492c1448dc4f2a2
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.
Lib/test/output/test_cfgparser
Lib/test/test_cfgparser.py