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

Tal Einat report at bugs.python.org
Fri Oct 15 18:09:01 CEST 2010


Tal Einat <taleinat at gmail.com> added the comment:

Note that some discussion about this issue is taking place on the idle-dev mailing list.

Bruce Sherwood found the line "root.bind('<<close-all-windows>>', flist.close_all_callback)", which seems to be an unsuccessful attempt to achieve the wanted behavior.

Kevin Walzer mentioned that a grep on the idlelib code doesn't turn up any references to "tk::mac::Quit".

I don't have access to OSX for testing. Could someone please replace the root.bind call with what Kevin suggested, and see if it solves the problem?

----------

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


More information about the Python-bugs-list mailing list