]> granicus.if.org Git - python/commitdiff
Issue #5847: Remove -n switch on "Edit with IDLE" menu item.
authorMartin v. Löwis <martin@v.loewis.de>
Tue, 5 May 2009 16:10:16 +0000 (16:10 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Tue, 5 May 2009 16:10:16 +0000 (16:10 +0000)
Misc/NEWS
Tools/msi/msi.py

index 0152d9a8ae3ca18807a6a0425b1ab8f7d827b9a2..26af9bb49d828e7c42cb965df8cc13af98d859f5 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -863,6 +863,8 @@ Tools/Demos
 Build
 -----
 
+- Issue #5847: Remove -n switch on "Edit with IDLE" menu item.
+
 - Issue #5726: Make Modules/ld_so_aix return the actual exit code of the
   linker, rather than always exit successfully. Patch by Floris Bruynooghe.
 
index 38d57edea68efc1260d4d10d34e31ecb5c18cfe2..de61914634b0fd50e76954beb2c3f859fa8bb5cf 100644 (file)
@@ -1187,10 +1187,10 @@ def add_registry(db):
     if have_tcl:
         tcl_verbs=[
              ("py.IDLE", -1, pat % (testprefix, "", ewi), "",
-              r'"[TARGETDIR]pythonw.exe" "[TARGETDIR]Lib\idlelib\idle.pyw" -n -e "%1"',
+              r'"[TARGETDIR]pythonw.exe" "[TARGETDIR]Lib\idlelib\idle.pyw" -e "%1"',
               "REGISTRY.tcl"),
              ("pyw.IDLE", -1, pat % (testprefix, "NoCon", ewi), "",
-              r'"[TARGETDIR]pythonw.exe" "[TARGETDIR]Lib\idlelib\idle.pyw" -n -e "%1"',
+              r'"[TARGETDIR]pythonw.exe" "[TARGETDIR]Lib\idlelib\idle.pyw" -e "%1"',
               "REGISTRY.tcl"),
         ]
     add_data(db, "Registry",