]> granicus.if.org Git - python/commitdiff
IDLE: #6378: Further adjust idle.bat to start associated Python
authorKurt B. Kaiser <kbk@shore.net>
Thu, 26 May 2011 02:36:51 +0000 (22:36 -0400)
committerKurt B. Kaiser <kbk@shore.net>
Thu, 26 May 2011 02:36:51 +0000 (22:36 -0400)
Lib/idlelib/NEWS.txt
Lib/idlelib/idle.bat

index e0af3616e932a36207e8d52db48712e8e0652a1e..46ef3cb658844ceb49e09ea3d5df75f0d77dfc93 100644 (file)
@@ -1,8 +1,9 @@
 What's New in IDLE 2.7.2?
 =======================
 
-*Release date: XX-XX-XXXX*
+*Release date: 29-May-2011*
 
+- Issue #6378: Further adjust idle.bat to start associated Python
 
 - Issue #11896: Save on Close failed despite selecting "Yes" in dialog.
 
index cc653dc1c889bba02be19e79df193c4a14717159..e77b96e9b5149b72de12db54de7f394a7c803895 100755 (executable)
@@ -1,4 +1,4 @@
 @echo off
 rem Start IDLE using the appropriate Python interpreter
 set CURRDIR=%~dp0
-start "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9
+start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9