diff options
author | csabella <cheryl.sabella@gmail.com> | 2017-06-26 04:55:48 (GMT) |
---|---|---|
committer | terryjreedy <tjreedy@udel.edu> | 2017-06-26 04:55:48 (GMT) |
commit | 8c78aa70c888a370af18896a72cabd00e4120f09 (patch) | |
tree | b7059a54610f623b90969315be4ac868f366243f /Misc | |
parent | af5392f5c6f8014659e995840df6ee7b5017f743 (diff) | |
download | cpython-8c78aa70c888a370af18896a72cabd00e4120f09.zip cpython-8c78aa70c888a370af18896a72cabd00e4120f09.tar.gz cpython-8c78aa70c888a370af18896a72cabd00e4120f09.tar.bz2 |
bpo-6739: IDLE: Check for valid keybinding in config_keys (#2377)
Verify user-entered key sequences by trying to bind them with tk.
Add tests for all 3 validation functions.
Original patch by G Polo. Tests added by Cheryl Sabella.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2017-06-26-00-28-59.bpo-6739.x5MfhB.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2017-06-26-00-28-59.bpo-6739.x5MfhB.rst b/Misc/NEWS.d/next/IDLE/2017-06-26-00-28-59.bpo-6739.x5MfhB.rst new file mode 100644 index 0000000..fee904d --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2017-06-26-00-28-59.bpo-6739.x5MfhB.rst @@ -0,0 +1,3 @@ +IDLE: Verify user-entered key sequences by trying to bind them with tk. Add +tests for all 3 validation functions. Original patch by G Polo. Tests added +by Cheryl Sabella. |