summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorcsabella <cheryl.sabella@gmail.com>2017-06-26 04:55:48 (GMT)
committerterryjreedy <tjreedy@udel.edu>2017-06-26 04:55:48 (GMT)
commit8c78aa70c888a370af18896a72cabd00e4120f09 (patch)
treeb7059a54610f623b90969315be4ac868f366243f /Misc
parentaf5392f5c6f8014659e995840df6ee7b5017f743 (diff)
downloadcpython-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.rst3
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.