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 terry.reedy
Recipients cheryl.sabella, terry.reedy
Date 2018-12-28.03:06:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545966365.83.0.965982346816.issue35598@roundup.psfhosted.org>
In-reply-to
Content
I am going to merge on the presumption that you will follow through at least with more tests.  Currently missing other than mac-code, according to coverage output: switch from 'advanced to basic and calls to final_key_selected, build_key_string, get_modifiers, and translate_key.  The last should become a standalone function.

I believe I have encountered a bug.  Change a key binding.  Cancel. Re-open config dialog.  Try to change back.  It says original binding is in use -- which it is if one closes IDLE and reopens, or opens a different instance.  It seems that cancel is not properly undoing the temporary change.
History
Date User Action Args
2018-12-28 03:06:07terry.reedysetrecipients: + terry.reedy, cheryl.sabella
2018-12-28 03:06:05terry.reedysetmessageid: <1545966365.83.0.965982346816.issue35598@roundup.psfhosted.org>
2018-12-28 03:06:05terry.reedylinkissue35598 messages
2018-12-28 03:06:05terry.reedycreate