diff options
| author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-22 22:12:27 +0200 |
|---|---|---|
| committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-22 22:12:27 +0200 |
| commit | 3c8d12d6b870bd907096da04d1bdb4d917639309 (patch) | |
| tree | 24b339e0d29d7470c6830a58f4951e1ffddaca5b /Lib | |
| parent | 46ab96a0c8b12c8e40796c94bf298cbe7ecae1fe (diff) | |
| download | cpython-git-3c8d12d6b870bd907096da04d1bdb4d917639309.tar.gz | |
Issue #10801: Remove a debug print() from test_zipfile
Diffstat (limited to 'Lib')
| -rw-r--r-- | Lib/test/test_zipfile.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_zipfile.py b/Lib/test/test_zipfile.py index 825fba1c19..a36b010bd8 100644 --- a/Lib/test/test_zipfile.py +++ b/Lib/test/test_zipfile.py @@ -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() |
