Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dfbe159

Browse files
committed
Issue #6378: Further adjust idle.bat to start associated Python
1 parent 1b8a417 commit dfbe159

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Lib/idlelib/NEWS.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ What's New in IDLE 3.1.4?
33

44
*Release date: XX-XXX-11*
55

6+
- Issue #6378: Further adjust idle.bat to start associated Python
7+
68
- Issue #11896: Save on Close failed despite selecting "Yes" in dialog.
79

810
- 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.)
6365
extract port from command line when warnings are present.
6466

6567
- Tk 8.5 Text widget requires 'wordprocessor' tabstyle attr to handle
66-
mixed space/tab properly. Issue 5120, patch by Guilherme Polo.
68+
mixed space/tab properly. Issue 5129, patch by Guilherme Polo.
6769

6870
- Issue #3549: On MacOS the preferences menu was not present
6971

Lib/idlelib/idle.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
@echo off
22
rem Start IDLE using the appropriate Python interpreter
33
set CURRDIR=%~dp0
4-
start "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9
4+
start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9

0 commit comments

Comments
 (0)