Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3c8d12d

Browse files
author
Victor Stinner
committed
Issue #10801: Remove a debug print() from test_zipfile
1 parent 46ab96a commit 3c8d12d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/test_zipfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,6 @@ def test_unicode_filenames(self):
403403
mydir = os.path.dirname(myfile) or os.curdir
404404
fname = os.path.join(mydir, 'zip_cp437_header.zip')
405405

406-
print(fname)
407406
zipfp = zipfile.ZipFile(fname)
408407
try:
409408
zipfp.extractall()

0 commit comments

Comments
 (0)