mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Removed debugging print in test_tarfile.
In the Windows installer, continued the endless battle to copy over files with new one-shot extensions.
This commit is contained in:
parent
f2715e0764
commit
8266af4f06
2 changed files with 18 additions and 1 deletions
|
@ -21,7 +21,6 @@ def path(path):
|
|||
return test_support.findfile(path)
|
||||
|
||||
testtar = path("testtar.tar")
|
||||
print testtar
|
||||
tempdir = path("testtar.dir")
|
||||
tempname = path("testtar.tmp")
|
||||
membercount = 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue