]> granicus.if.org Git - python/commitdiff
Remove change that had not been saved when the output was generated;
authorFred Drake <fdrake@acm.org>
Thu, 28 Sep 2000 04:13:15 +0000 (04:13 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 28 Sep 2000 04:13:15 +0000 (04:13 +0000)
not terribly useful.
Reported by Mark Favas <Mark.Favas@per.dem.csiro.au>.

Lib/test/test_cfgparser.py

index cf6bb891ae0999450ac9eb4f6cfa09bf8bcb9216..4bdbc699c3f323e0b18db50ce14e9a0ec2c437d7 100644 (file)
@@ -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)`