Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d391a34

Browse files
committed
Remove change that had not been saved when the output was generated;
not terribly useful. Reported by Mark Favas <[email protected]>.
1 parent a6debec commit d391a34

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Lib/test/test_cfgparser.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ def basic(src):
1515

1616
# The use of spaces in the section names serves as a regression test for
1717
# SourceForge bug #115357.
18-
#
1918
# http://sourceforge.net/bugs/?func=detailbug&group_id=5470&bug_id=115357
20-
#
21-
print "test for SourceForge bug #115357"
2219
print `cf.get('Foo Bar', 'foo', raw=1)`
2320
print `cf.get('Spacey Bar', 'foo', raw=1)`
2421
print `cf.get('Commented Bar', 'foo', raw=1)`

0 commit comments

Comments
 (0)