mirror of
https://github.com/python/cpython.git
synced 2024-11-23 18:04:37 +08: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
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user