]> granicus.if.org Git - python/commitdiff
Issue #10801: Remove a debug print() from test_zipfile
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 22 May 2011 20:12:27 +0000 (22:12 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 22 May 2011 20:12:27 +0000 (22:12 +0200)
Lib/test/test_zipfile.py

index 825fba1c199b9dc130e4b8f23513a644945e1257..a36b010bd882c9ee9ff94fc2226457610a13db4b 100644 (file)
@@ -403,7 +403,6 @@ class TestsWithSourceFile(unittest.TestCase):
         mydir = os.path.dirname(myfile) or os.curdir
         fname = os.path.join(mydir, 'zip_cp437_header.zip')
 
-        print(fname)
         zipfp = zipfile.ZipFile(fname)
         try:
             zipfp.extractall()