commit | da7bb7b4d769350c5fd03e6cfb16b23dc265ed72 | [log] [tgz] |
---|---|---|
author | Tal Einat <taleinat+github@gmail.com> | Mon Nov 02 05:59:52 2020 +0200 |
committer | GitHub <noreply@github.com> | Sun Nov 01 22:59:52 2020 -0500 |
tree | 90825dd55ad9782a1375e4594fd067ebf665c345 | |
parent | 74fa464b81ebf3312ae6efa11e618c00c2a9fd34 [diff] |
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>