diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2011-05-14 21:20:09 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2011-05-14 21:20:09 (GMT) |
commit | dfbe1592db36cda87c4999750b2321313263afc8 (patch) | |
tree | 6ddf1871054ab0939773cfee8c488c41e27ebaf1 /Lib/idlelib/NEWS.txt | |
parent | 1b8a417d9ff3b333aa466ecb1806634ca49f1da1 (diff) | |
download | cpython-dfbe1592db36cda87c4999750b2321313263afc8.zip cpython-dfbe1592db36cda87c4999750b2321313263afc8.tar.gz cpython-dfbe1592db36cda87c4999750b2321313263afc8.tar.bz2 |
Issue #6378: Further adjust idle.bat to start associated Python
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index d4bb009..2888294 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -3,6 +3,8 @@ What's New in IDLE 3.1.4? *Release date: XX-XXX-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 |