]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40511: Stop unwanted flashing of IDLE calltips (GH-20910)
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Nov 2020 04:49:39 +0000 (20:49 -0800)
committerGitHub <noreply@github.com>
Mon, 2 Nov 2020 04:49:39 +0000 (20:49 -0800)
commit79e9f06149f92798a8e11e3f1c62dad171312ab3
tree94f46fbf54c99b532edd0d47f4055fd460635f01
parentd4cfbfe9a206494cfb6107d2e07699674c60c462
bpo-40511: Stop unwanted flashing of IDLE calltips (GH-20910)

They were occurring with both repeated 'force-calltip' invocations and by typing parentheses
 in expressions, strings, and comments in the argument code.

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit da7bb7b4d769350c5fd03e6cfb16b23dc265ed72)

Co-authored-by: Tal Einat <taleinat+github@gmail.com>
Lib/idlelib/calltip.py
Lib/idlelib/idle_test/mock_tk.py
Lib/idlelib/idle_test/test_calltip.py
Misc/NEWS.d/next/IDLE/2020-06-16-12-16-13.bpo-40511.XkihpM.rst [new file with mode: 0644]