]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
SF bug Win32: pydoc command isn't executable.
authorTim Peters <tim.peters@gmail.com>
Sun, 11 Mar 2001 07:34:18 +0000 (07:34 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 11 Mar 2001 07:34:18 +0000 (07:34 +0000)
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.

PCbuild/python20.wse

index cc9be9fb1ff9d1f25124aeb3becaefbc29ce99d1..618db2226c966c3aced081ba0c1f3a679605855e 100644 (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