mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +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)
|
return test_support.findfile(path)
|
||||||
|
|
||||||
testtar = path("testtar.tar")
|
testtar = path("testtar.tar")
|
||||||
print testtar
|
|
||||||
tempdir = path("testtar.dir")
|
tempdir = path("testtar.dir")
|
||||||
tempname = path("testtar.tmp")
|
tempname = path("testtar.tmp")
|
||||||
membercount = 10
|
membercount = 10
|
||||||
|
|
|
@ -2320,6 +2320,24 @@ item: Install File
|
||||||
Description=Python Test files
|
Description=Python Test files
|
||||||
Flags=0000000000000010
|
Flags=0000000000000010
|
||||||
end
|
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
|
item: Remark
|
||||||
end
|
end
|
||||||
item: Install File
|
item: Install File
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue