Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ab96a commit 3c8d12dCopy full SHA for 3c8d12d
1 file changed
Lib/test/test_zipfile.py
@@ -403,7 +403,6 @@ def test_unicode_filenames(self):
403
mydir = os.path.dirname(myfile) or os.curdir
404
fname = os.path.join(mydir, 'zip_cp437_header.zip')
405
406
- print(fname)
407
zipfp = zipfile.ZipFile(fname)
408
try:
409
zipfp.extractall()
0 commit comments