[Python-checkins] cpython: Remove debugging print.

mark.dickinson python-checkins at python.org
Sat Aug 3 18:15:19 CEST 2013


http://hg.python.org/cpython/rev/d86aec3f61b0
changeset:   84988:d86aec3f61b0
user:        Mark Dickinson <dickinsm at gmail.com>
date:        Sat Aug 03 17:14:50 2013 +0100
summary:
  Remove debugging print.

files:
  Lib/test/test_wave.py |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Lib/test/test_wave.py b/Lib/test/test_wave.py
--- a/Lib/test/test_wave.py
+++ b/Lib/test/test_wave.py
@@ -75,7 +75,6 @@
         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):

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list