Removed debugging print in test_tarfile.
In the Windows installer, continued the endless battle to copy over files
with new one-shot extensions.
diff --git a/Lib/test/test_tarfile.py b/Lib/test/test_tarfile.py
index 7b6d58d..4a8edb8 100644
--- a/Lib/test/test_tarfile.py
+++ b/Lib/test/test_tarfile.py
@@ -21,7 +21,6 @@
return test_support.findfile(path)
testtar = path("testtar.tar")
-print testtar
tempdir = path("testtar.dir")
tempname = path("testtar.tmp")
membercount = 10
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse
index ad92740..41cb345 100644
--- a/PCbuild/python20.wse
+++ b/PCbuild/python20.wse
@@ -2320,6 +2320,24 @@
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