[issue10107] Quitting IDLE on Mac doesn't save unsaved code

Ned Deily report at bugs.python.org
Fri Oct 15 07:36:25 CEST 2010


Ned Deily <nad at acm.org> added the comment:

The problem is that, by default on OS X, Tkinter uses Tk/Aqua which is itself a bona-fide OS X application and it creates the default menu options including a standard application quit.  Looks like IDLE needs to register a hook provided by Tk/Aqua for a "quit" callback.  (See http://permalink.gmane.org/gmane.comp.python.tkinter/1857).  I'm working on a patch for it.

----------
assignee:  -> ned.deily

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10107>
_______________________________________


More information about the Python-bugs-list mailing list