]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40511: Stop unwanted flashing of IDLE calltips (GH-20910)
authorTal Einat <taleinat+github@gmail.com>
Mon, 2 Nov 2020 03:59:52 +0000 (05:59 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Nov 2020 03:59:52 +0000 (22:59 -0500)
commitda7bb7b4d769350c5fd03e6cfb16b23dc265ed72
tree90825dd55ad9782a1375e4594fd067ebf665c345
parent74fa464b81ebf3312ae6efa11e618c00c2a9fd34
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>
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]