]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #11896: Save on Close failed despite selecting "Yes" in dialog.
authorKurt B. Kaiser <kbk@shore.net>
Thu, 12 May 2011 19:25:24 +0000 (15:25 -0400)
committerKurt B. Kaiser <kbk@shore.net>
Thu, 12 May 2011 19:25:24 +0000 (15:25 -0400)
commit0a42982316e0e64ac363e157eab43004b09f23c4
treeaef019c9356cbef4f6e1ad1e2255275a465ab5cc
parente147806da9b138e53d86f0a2569a107f6a975834
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.
Lib/idlelib/IOBinding.py
Lib/idlelib/NEWS.txt
Lib/idlelib/ScriptBinding.py