Skip to content

Commit

Permalink
Merged revisions 88631 via svnmerge from
Browse files Browse the repository at this point in the history
svn+ssh://[email protected]/python/branches/py3k

........
  r88631 | senthil.kumaran | 2011-02-26 11:44:03 +0800 (Sat, 26 Feb 2011) | 2 lines

  Fix Issue10228 - Refleak run of test_dbm fails when several dbm modules are available (Patch by Ray.Allen)
........
  • Loading branch information
orsenthil committed Feb 26, 2011
1 parent 5d5381e commit 725c2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_dbm.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def test_whichdb(self):
name = module.__name__
if name == 'dbm.dumb':
continue # whichdb can't support dbm.dumb
test.support.unlink(_fname)
delete_files()
f = module.open(_fname, 'c')
f.close()
self.assertEqual(name, dbm.whichdb(_fname))
Expand Down

0 comments on commit 725c2b9

Please sign in to comment.