[Python-checkins] python/dist/src/PCbuild python20.wse,1.127,1.128

kbk@users.sourceforge.net kbk@users.sourceforge.net
Thu, 10 Jul 2003 09:21:01 -0700


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

Modified Files:
	python20.wse 
Log Message:
SF Patch 763681
"Support IDLE Edit of .py/.pyw from idlelib"


Index: python20.wse
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.wse,v
retrieving revision 1.127
retrieving revision 1.128
diff -C2 -d -r1.127 -r1.128
*** python20.wse	27 Jun 2003 15:49:34 -0000	1.127
--- python20.wse	10 Jul 2003 16:20:58 -0000	1.128
***************
*** 2657,2666 ****
    Total Keys=1
    Key=Python.NoConFile\shell\Edit with IDLE\command
!   New Value=%MAINDIR%\pythonw.exe %MAINDIR%\Tools\idle\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%\Tools\idle\idle.pyw -e "%%1"
  end
  item: Else Statement
--- 2657,2666 ----
    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
***************
*** 2669,2673 ****
    Total Keys=1
    Key=Software\CLASSES\Python.NoConFile\shell\Edit with IDLE\command
!   New Value=%MAINDIR%\pythonw.exe %MAINDIR%\Tools\idle\idle.pyw -e "%%1"
    Root=1
  end
--- 2669,2673 ----
    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
***************
*** 2675,2679 ****
    Total Keys=1
    Key=Software\CLASSES\Python.File\shell\Edit with IDLE\command
!   New Value=%MAINDIR%\pythonw.exe %MAINDIR%\Tools\idle\idle.pyw -e "%%1"
    Root=1
  end
--- 2675,2679 ----
    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