summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-07-29 17:22:57 (GMT)
committerTim Peters <tim.peters@gmail.com>2003-07-29 17:22:57 (GMT)
commit36c1afc47ab0cbd7af71a4157853778d2c9faa59 (patch)
tree43e1ede5f103dd79b6489c2210288d84df1803c9 /PCbuild
parentb34ba3f174ced8b6534888179b2f22e0f006c26e (diff)
downloadcpython-36c1afc47ab0cbd7af71a4157853778d2c9faa59.zip
cpython-36c1afc47ab0cbd7af71a4157853778d2c9faa59.tar.gz
cpython-36c1afc47ab0cbd7af71a4157853778d2c9faa59.tar.bz2
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).
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/python20.wse8
1 files changed, 4 insertions, 4 deletions
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse
index b1afad7..5ab12f1 100644
--- a/PCbuild/python20.wse
+++ b/PCbuild/python20.wse
@@ -2657,25 +2657,25 @@ end
item: Edit Registry
Total Keys=1
Key=Python.NoConFile\shell\Edit with IDLE\command
- New Value=%MAINDIR%\pythonw.exe %MAINDIR%\Lib\idlelib\idle.pyw -e "%%1"
+ 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 -e "%%1"
+ New Value=%MAINDIR%\pythonw.exe %MAINDIR%\Lib\idlelib\idle.pyw -n -e "%%1"
end
item: Else Statement
end
item: Edit Registry
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"
+ New Value=%MAINDIR%\pythonw.exe %MAINDIR%\Lib\idlelib\idle.pyw -n -e "%%1"
Root=1
end
item: Edit Registry
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"
+ New Value=%MAINDIR%\pythonw.exe %MAINDIR%\Lib\idlelib\idle.pyw -n -e "%%1"
Root=1
end
item: End Block