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 ronaldoussoren
Recipients ned.deily, ronaldoussoren
Date 2011-03-15.22:10:30
SpamBayes Score 2.9694416e-09
Marked as misclassified No
Message-id <1300227031.98.0.601175819742.issue11055@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-03-15 22:10:32ronaldoussorensetrecipients: + ronaldoussoren, ned.deily
2011-03-15 22:10:31ronaldoussorensetmessageid: <1300227031.98.0.601175819742.issue11055@psf.upfronthosting.co.za>
2011-03-15 22:10:31ronaldoussorenlinkissue11055 messages
2011-03-15 22:10:31ronaldoussorencreate