[issue13071] IDLE refuses to open on windows 7

Amaury Forgeot d'Arc report at bugs.python.org
Mon Oct 3 10:51:45 CEST 2011


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

This issue is very similar to issue5707: it is possible to define a custom key binding to "<Alt>" or "<Control>": just click the Alt box and don't select a letter.
There is no check, it's possible to save this buggy key binding, and IDLE won't start anymore.

IDLE should:
- check the validity of the binding and refuse to save it when it is invalid
- gracefully skip invalid bindings from the config file

----------
nosy: +amaury.forgeotdarc

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


More information about the Python-bugs-list mailing list