This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients Bruce.Sherwood, ned.deily, taleinat
Date 2010-10-15.05:36:21
SpamBayes Score 0.00021411842
Marked as misclassified No
Message-id <1287120985.75.0.77448594097.issue10107@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-10-15 05:36:26ned.deilysetrecipients: + ned.deily, taleinat, Bruce.Sherwood
2010-10-15 05:36:25ned.deilysetmessageid: <1287120985.75.0.77448594097.issue10107@psf.upfronthosting.co.za>
2010-10-15 05:36:23ned.deilylinkissue10107 messages
2010-10-15 05:36:22ned.deilycreate