[3.11] gh-66819: More IDLE htest updates(2) (GH-112642) (#112644)

Examine and update spec -- callable pairs.
Revise run method.
(cherry picked from commit 3855b45874)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
Miss Islington (bot) 2023-12-03 17:34:37 +01:00 committed by GitHub
parent 3d87a988a6
commit 36ad8e61a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 70 additions and 69 deletions

View file

@ -421,6 +421,8 @@ def _multi_call(parent): # htest #
top.geometry("+%d+%d" % (x, y + 175))
text = MultiCallCreator(tkinter.Text)(top)
text.pack()
text.focus_set()
def bindseq(seq, n=[0]):
def handler(event):
print(seq)