diff options
author | Fred Drake <fdrake@acm.org> | 2000-09-28 04:13:15 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-09-28 04:13:15 (GMT) |
commit | d391a349262848e368498f4653992ae24fee5b39 (patch) | |
tree | 2f93d40ff5bfaa4b8eb63c1cd618f2117ed6c26c /Lib/test | |
parent | a6debecce5ddf1251f2430c159c7dc644748a30e (diff) | |
download | cpython-d391a349262848e368498f4653992ae24fee5b39.zip cpython-d391a349262848e368498f4653992ae24fee5b39.tar.gz cpython-d391a349262848e368498f4653992ae24fee5b39.tar.bz2 |
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>.
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/test_cfgparser.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/test/test_cfgparser.py b/Lib/test/test_cfgparser.py index cf6bb89..4bdbc69 100644 --- a/Lib/test/test_cfgparser.py +++ b/Lib/test/test_cfgparser.py @@ -15,10 +15,7 @@ def basic(src): # The use of spaces in the section names serves as a regression test for # SourceForge bug #115357. - # # http://sourceforge.net/bugs/?func=detailbug&group_id=5470&bug_id=115357 - # - print "test for SourceForge bug #115357" print `cf.get('Foo Bar', 'foo', raw=1)` print `cf.get('Spacey Bar', 'foo', raw=1)` print `cf.get('Commented Bar', 'foo', raw=1)` |