[issue8900] IDLE crashes if Preference set to At Startup -> Open Edit Window

Tal Einat report at bugs.python.org
Sat Jun 5 12:36:44 CEST 2010


Tal Einat <taleinat at users.sourceforge.net> added the comment:

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.

----------
nosy: +taleinat

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


More information about the Python-bugs-list mailing list