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.
This commit is contained in:
Tim Peters 2001-03-11 07:34:18 +00:00
parent b2a22f4533
commit 1eb0a92214
1 changed files with 1 additions and 1 deletions

View File

@ -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