Merge heads

This commit is contained in:
Serhiy Storchaka 2013-08-03 19:28:28 +03:00
commit e633bed44a
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@ class TestWave(unittest.TestCase):
with self.assertRaises(wave.Error):
with wave.open(TESTFN, 'wb') as f:
pass
print('in test:', f._file)
with self.assertRaises(wave.Error):
with open(TESTFN, 'wb') as testfile:
with wave.open(testfile):