mirror of https://github.com/python/cpython.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.
This commit is contained in:
parent
b2a22f4533
commit
1eb0a92214
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue