diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2011-05-12 19:36:42 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2011-05-12 19:36:42 (GMT) |
commit | 30536d1b77f78a049621d0fee873324be95b393a (patch) | |
tree | 53c40b51005c4ec74a2147ddcc1efeb43f3b22ed /Lib/idlelib/NEWS.txt | |
parent | 06c768a35abc2bf17d987830d58acb11e6e58992 (diff) | |
parent | b00d0c49448c48b6ddbd85f1328edf8794ae20f7 (diff) | |
download | cpython-30536d1b77f78a049621d0fee873324be95b393a.zip cpython-30536d1b77f78a049621d0fee873324be95b393a.tar.gz cpython-30536d1b77f78a049621d0fee873324be95b393a.tar.bz2 |
Merge from 3.2
Issue #11896: Save on Close failed despite selecting "Yes" in dialog.
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index f84dd41..18a2b82 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 #11896: Save on Close failed despite selecting "Yes" in dialog. + - Issue #1028: Ctrl-space binding to show completions was causing IDLE to exit. Tk < 8.5 was sending invalid Unicode null; replaced with valid null. |