From 1eb0a9221486413c76fcba4d42846aafb590ff5d Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sun, 11 Mar 2001 07:34:18 +0000 Subject: [PATCH] SF bug Win32: pydoc command isn't executable. As the bug report notes, the Windows installer creates a useless pydoc file in the base directory. Changed the installer to rename it pydoc.pyw instead. --- PCbuild/python20.wse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index cc9be9fb1f..618db2226c 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -956,7 +956,7 @@ item: Install File end item: Install File Source=%_SRC_%\Tools\scripts\pydoc - Destination=%MAINDIR%\pydoc + Destination=%MAINDIR%\pydoc.pyw Description=Utility Scripts Flags=0000000000000010 end -- 2.50.1