[Python-checkins] cpython (merge default -> default): Merge heads

serhiy.storchaka python-checkins at python.org
Sat Aug 3 18:31:42 CEST 2013


http://hg.python.org/cpython/rev/ab1859ba1a78
changeset:   84992:ab1859ba1a78
parent:      84990:36702442ffe0
parent:      84988:d86aec3f61b0
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Sat Aug 03 19:28:28 2013 +0300
summary:
  Merge heads

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