mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Remove debugging print.
This commit is contained in:
parent
fb0ffa12fc
commit
d41102dac8
1 changed files with 0 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue