summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-03-11 07:34:18 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-03-11 07:34:18 (GMT)
commit1eb0a9221486413c76fcba4d42846aafb590ff5d (patch)
treee4ead91d793996c7d392abbff891c9acd11d9604 /PCbuild
parentb2a22f453322ccfcabcdb633d42513e64d65659d (diff)
downloadcpython-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.wse2
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