Ronald Oussoren <ronaldousso...@mac.com> added the comment:

This is not caused by unwanted interaction with Tk's default bindings, changing 
the save-as bindings to Shift+Cmd+M doesn't "fix" the issue.

It seems that the save event is generated twice, for reasons I don't yet 
understand (I'm definitely not enough of a Tkinter user to understand what's 
going on).

I have attached a new patch that fixes the issue for me, by recognizing that a 
save event is getting in while already saving. The fix is only active on OSX.

BTW. This issue probably also affects 2.7, I haven't done a rebuild of 2.7 yet 
to check that.

----------
Added file: http://bugs.python.org/file21231/issue11055.txt

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11055>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to