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 Saimadhav.Heblikar
Recipients Saimadhav.Heblikar, terry.reedy
Date 2014-05-18.05:54:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400392455.89.0.13094614924.issue21519@psf.upfronthosting.co.za>
In-reply-to
Content
Steps to reproduce the bug:
1. IDLE > options > configure idle > keys

2. Try to replace a keybinding for an action with that of another action which has more than one keybinding.
For eg : Default binding of copy=<Control-Key-c> <Control-Key-C>.
So, try to replace any other keybinding with <Control-Key-c>

3. This change is accepted

Now the <Control-Key-C> binding will be assigned to two actions.

This bug only applies if the other action has more than one binding.
In case the other action has only one binding, an error is raised(as expected).


Attaching a patch to fix this issue.
History
Date User Action Args
2014-05-18 05:54:15Saimadhav.Heblikarsetrecipients: + Saimadhav.Heblikar, terry.reedy
2014-05-18 05:54:15Saimadhav.Heblikarsetmessageid: <1400392455.89.0.13094614924.issue21519@psf.upfronthosting.co.za>
2014-05-18 05:54:15Saimadhav.Heblikarlinkissue21519 messages
2014-05-18 05:54:15Saimadhav.Heblikarcreate