[Python-checkins] [python/cpython] 64a0c2: [3.6] bpo-6739: IDLE: Check for valid keybinding i...

GitHub noreply at github.com
Mon Jun 26 01:21:04 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: 64a0c266e78c6b5363668012fa7fb614f6018930
      https://github.com/python/cpython/commit/64a0c266e78c6b5363668012fa7fb614f6018930
  Author: terryjreedy <tjreedy at udel.edu>
  Date:   2017-06-26 (Mon, 26 Jun 2017)

  Changed paths:
    M Lib/idlelib/config_key.py
    M Lib/idlelib/idle_test/test_config_key.py
    A Misc/NEWS.d/next/IDLE/2017-06-26-00-28-59.bpo-6739.x5MfhB.rst

  Log Message:
  -----------
  [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)




More information about the Python-checkins mailing list