diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-03-11 07:34:18 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-03-11 07:34:18 (GMT) |
commit | 1eb0a9221486413c76fcba4d42846aafb590ff5d (patch) | |
tree | e4ead91d793996c7d392abbff891c9acd11d9604 /PCbuild | |
parent | b2a22f453322ccfcabcdb633d42513e64d65659d (diff) | |
download | cpython-1eb0a9221486413c76fcba4d42846aafb590ff5d.zip cpython-1eb0a9221486413c76fcba4d42846aafb590ff5d.tar.gz cpython-1eb0a9221486413c76fcba4d42846aafb590ff5d.tar.bz2 |
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.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/python20.wse | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index cc9be9f..618db22 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 |