commit | 64a0c266e78c6b5363668012fa7fb614f6018930 | [log] [tgz] |
---|---|---|
author | terryjreedy <tjreedy@udel.edu> | Mon Jun 26 01:21:02 2017 -0400 |
committer | GitHub <noreply@github.com> | Mon Jun 26 01:21:02 2017 -0400 |
tree | a3d1506d60b6093062d8430f7fca56aa4c3e20a9 | |
parent | 9c2dc0c58a878ac3d1c44dd0048f8e1cfab2790e [diff] |
[3.6] bpo-6739: IDLE: Check for valid keybinding in config_keys (GH-2377) (#2397) 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. (cherry picked from commit 8c78aa7)