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-16.19:57:36
SpamBayes Score 0.00015952757
Marked as misclassified No
Message-id <1300305458.12.0.831824894461.issue11055@psf.upfronthosting.co.za>
In-reply-to
Content
The double execution is definitely caused by having multiple event, one of which is a real keyboard event and the other one is a ghost one.

I'm seeing calls to save_as with 2 events: the first is a ghost event, with type 35 and '??' as the keycode and keysym. The second one seems to be the real event with type 2, keysym 'S' and keycode 65651.
History
Date User Action Args
2011-03-16 19:57:38ronaldoussorensetrecipients: + ronaldoussoren, ned.deily
2011-03-16 19:57:38ronaldoussorensetmessageid: <1300305458.12.0.831824894461.issue11055@psf.upfronthosting.co.za>
2011-03-16 19:57:36ronaldoussorenlinkissue11055 messages
2011-03-16 19:57:36ronaldoussorencreate