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 taleinat
Recipients mhuster, taleinat
Date 2010-06-05.10:36:42
SpamBayes Score 0.01786693
Marked as misclassified No
Message-id <1275734204.27.0.06389348413.issue8900@psf.upfronthosting.co.za>
In-reply-to
Content
I can consistently reproduce this with Python 3.0.1 by setting IDLE to start in editing mode and using Ctrl+o to open the Open dialog. Doesn't happen when using the menu item in the File menu.

This leads me to believe it has something to do with keypress event processing. Also, the event for which the unbind call is failing is <Control-KeyPress-slash>.

Continuing to investigate.
History
Date User Action Args
2010-06-05 10:36:44taleinatsetrecipients: + taleinat, mhuster
2010-06-05 10:36:44taleinatsetmessageid: <1275734204.27.0.06389348413.issue8900@psf.upfronthosting.co.za>
2010-06-05 10:36:42taleinatlinkissue8900 messages
2010-06-05 10:36:42taleinatcreate