From: Tim Peters Date: Wed, 19 Feb 2003 02:41:44 +0000 (+0000) Subject: Removed debugging print in test_tarfile. X-Git-Tag: v2.3c1~1773 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8266af4f067db77f1bd061d227f382de4064d5bc;p=thirdparty%2FPython%2Fcpython.git 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 7b6d58dc3835..4a8edb81ae4d 100644 --- a/Lib/test/test_tarfile.py +++ b/Lib/test/test_tarfile.py @@ -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 diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index ad92740101c7..41cb34566733 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -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