Kaydet (Commit) 8266af4f authored tarafından Tim Peters's avatar Tim Peters

Removed debugging print in test_tarfile.

In the Windows installer, continued the endless battle to copy over files
with new one-shot extensions.
üst f2715e07
......@@ -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
......
......@@ -2320,6 +2320,24 @@ item: Install File
Description=Python Test files
Flags=0000000000000010
end
item: Install File
Source=..\lib\test\*.bz2
Destination=%MAINDIR%\Lib\test
Description=Python Test files
Flags=0000000000000010
end
item: Install File
Source=..\lib\test\*.tar
Destination=%MAINDIR%\Lib\test
Description=Python Test files
Flags=0000000000000010
end
item: Install File
Source=..\lib\test\*.gz
Destination=%MAINDIR%\Lib\test
Description=Python Test files
Flags=0000000000000010
end
item: Remark
end
item: Install File
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment