Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1eb0a92

Browse files
committed
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.
1 parent b2a22f4 commit 1eb0a92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PCbuild/python20.wse

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@ item: Install File
956956
end
957957
item: Install File
958958
Source=%_SRC_%\Tools\scripts\pydoc
959-
Destination=%MAINDIR%\pydoc
959+
Destination=%MAINDIR%\pydoc.pyw
960960
Description=Utility Scripts
961961
Flags=0000000000000010
962962
end

0 commit comments

Comments
 (0)