Ned Deily <n...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue10107>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to