mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +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
|
|
@ -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…
Add table
Add a link
Reference in a new issue