diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2011-05-12 19:30:18 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2011-05-12 19:30:18 (GMT) |
commit | b00d0c49448c48b6ddbd85f1328edf8794ae20f7 (patch) | |
tree | dc5d13dbbd4d694ab2efd5ff50684c753541434c /Lib/idlelib/NEWS.txt | |
parent | 0ef3e399b8a314bab40aebfe59c999f1c31079e5 (diff) | |
parent | 0a42982316e0e64ac363e157eab43004b09f23c4 (diff) | |
download | cpython-b00d0c49448c48b6ddbd85f1328edf8794ae20f7.zip cpython-b00d0c49448c48b6ddbd85f1328edf8794ae20f7.tar.gz cpython-b00d0c49448c48b6ddbd85f1328edf8794ae20f7.tar.bz2 |
Merge from 3.1
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. |