[Python-checkins] python/dist/src/PCbuild python20.wse,1.132,1.133

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Tue, 29 Jul 2003 10:23:00 -0700


Update of /cvsroot/python/python/dist/src/PCbuild
In directory sc8-pr-cvs1:/tmp/cvs-serv19669/PCbuild

Modified Files:
	python20.wse 
Log Message:
SF bug 778400:  IDLE hangs when selecting "Edit with IDLE".
The fix is confined to the Windows installer.

Not a bugfix candidate:  the need for the new -n switch added here was
introduced by moving to the idlefork IDLE (so this change isn't needed
or helpful before 2.3).


Index: python20.wse
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.wse,v
retrieving revision 1.132
retrieving revision 1.133
diff -C2 -d -r1.132 -r1.133
*** python20.wse	29 Jul 2003 00:29:44 -0000	1.132
--- python20.wse	29 Jul 2003 17:22:57 -0000	1.133
***************
*** 2658,2667 ****
    Total Keys=1
    Key=Python.NoConFile\shell\Edit with IDLE\command
!   New Value=%MAINDIR%\pythonw.exe %MAINDIR%\Lib\idlelib\idle.pyw -e "%%1"
  end
  item: Edit Registry
    Total Keys=1
    Key=Python.File\shell\Edit with IDLE\command
!   New Value=%MAINDIR%\pythonw.exe %MAINDIR%\Lib\idlelib\idle.pyw -e "%%1"
  end
  item: Else Statement
--- 2658,2667 ----
    Total Keys=1
    Key=Python.NoConFile\shell\Edit with IDLE\command
!   New Value=%MAINDIR%\pythonw.exe %MAINDIR%\Lib\idlelib\idle.pyw -n -e "%%1"
  end
  item: Edit Registry
    Total Keys=1
    Key=Python.File\shell\Edit with IDLE\command
!   New Value=%MAINDIR%\pythonw.exe %MAINDIR%\Lib\idlelib\idle.pyw -n -e "%%1"
  end
  item: Else Statement
***************
*** 2670,2674 ****
    Total Keys=1
    Key=Software\CLASSES\Python.NoConFile\shell\Edit with IDLE\command
!   New Value=%MAINDIR%\pythonw.exe %MAINDIR%\Lib\idlelib\idle.pyw -e "%%1"
    Root=1
  end
--- 2670,2674 ----
    Total Keys=1
    Key=Software\CLASSES\Python.NoConFile\shell\Edit with IDLE\command
!   New Value=%MAINDIR%\pythonw.exe %MAINDIR%\Lib\idlelib\idle.pyw -n -e "%%1"
    Root=1
  end
***************
*** 2676,2680 ****
    Total Keys=1
    Key=Software\CLASSES\Python.File\shell\Edit with IDLE\command
!   New Value=%MAINDIR%\pythonw.exe %MAINDIR%\Lib\idlelib\idle.pyw -e "%%1"
    Root=1
  end
--- 2676,2680 ----
    Total Keys=1
    Key=Software\CLASSES\Python.File\shell\Edit with IDLE\command
!   New Value=%MAINDIR%\pythonw.exe %MAINDIR%\Lib\idlelib\idle.pyw -n -e "%%1"
    Root=1
  end