bpo-31649: Make IDLE's _htest, _utest parameters keyword-only. (#3839)

This commit is contained in:
Terry Jan Reedy 2017-09-30 17:37:53 -04:00 committed by GitHub
parent 7dc46d8cf5
commit bfebfd81de
7 changed files with 7 additions and 6 deletions

View file

@ -14,7 +14,7 @@ class GetKeysDialog(Toplevel):
keyerror_title = 'Key Sequence Error'
def __init__(self, parent, title, action, currentKeySequences,
_htest=False, _utest=False):
*, _htest=False, _utest=False):
"""
action - string, the name of the virtual event these keys will be
mapped to