From: Tim Peters Date: Sun, 11 Mar 2001 07:34:18 +0000 (+0000) Subject: SF bug Win32: pydoc command isn't executable. X-Git-Tag: v2.1b2~187 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1eb0a9221486413c76fcba4d42846aafb590ff5d;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index cc9be9fb1ff9..618db2226c96 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