diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2011-05-12 19:25:24 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2011-05-12 19:25:24 (GMT) |
commit | 0a42982316e0e64ac363e157eab43004b09f23c4 (patch) | |
tree | aef019c9356cbef4f6e1ad1e2255275a465ab5cc /Lib/idlelib/NEWS.txt | |
parent | e147806da9b138e53d86f0a2569a107f6a975834 (diff) | |
download | cpython-0a42982316e0e64ac363e157eab43004b09f23c4.zip cpython-0a42982316e0e64ac363e157eab43004b09f23c4.tar.gz cpython-0a42982316e0e64ac363e157eab43004b09f23c4.tar.bz2 |
Issue #11896: Save on Close failed despite selecting "Yes" in dialog.
_tkinter.c is returning <class '_tkinter.Tcl_Obj'> sometimes. Don't use
tkinter.messagebox.Message - use the helper functions which convert to str.
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 d45941a..d4bb009 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,7 +1,9 @@ What's New in IDLE 3.1.4? ========================= -*Release date: 15-May-11* +*Release date: XX-XXX-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. |