summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2011-05-14 21:22:14 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2011-05-14 21:22:14 (GMT)
commitf369b8152d63072a5b819095cb97ab62ed8e8311 (patch)
tree309d51c6746738a90e3e0aefe1cae40446c983f5 /Lib
parent855cd7ad291c52af329742aa050a2d970d209b82 (diff)
parentdfbe1592db36cda87c4999750b2321313263afc8 (diff)
downloadcpython-f369b8152d63072a5b819095cb97ab62ed8e8311.zip
cpython-f369b8152d63072a5b819095cb97ab62ed8e8311.tar.gz
cpython-f369b8152d63072a5b819095cb97ab62ed8e8311.tar.bz2
Merge from 3.1
Issue #6378: Further adjust idle.bat to start associated Python
Diffstat (limited to 'Lib')
-rw-r--r--Lib/idlelib/NEWS.txt4
-rwxr-xr-xLib/idlelib/idle.bat2
2 files changed, 4 insertions, 2 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 18a2b82..0a4f98e 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -3,6 +3,8 @@ What's New in IDLE 3.2.1?
*Release date: 15-May-11*
+- Issue #6378: Further adjust idle.bat to start associated Python
+
- Issue #11896: Save on Close failed despite selecting "Yes" in dialog.
- Issue #1028: Ctrl-space binding to show completions was causing IDLE to exit.
@@ -63,7 +65,7 @@ What's New in IDLE 2.7? (UNRELEASED, but merged into 3.1 releases above.)
extract port from command line when warnings are present.
- Tk 8.5 Text widget requires 'wordprocessor' tabstyle attr to handle
- mixed space/tab properly. Issue 5120, patch by Guilherme Polo.
+ mixed space/tab properly. Issue 5129, patch by Guilherme Polo.
- Issue #3549: On MacOS the preferences menu was not present
diff --git a/Lib/idlelib/idle.bat b/Lib/idlelib/idle.bat
index cc653dc..e77b96e 100755
--- a/Lib/idlelib/idle.bat
+++ b/Lib/idlelib/idle.bat
@@ -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