diff options
author | Miss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-11-02 04:49:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-02 04:49:59 (GMT) |
commit | 1341582e165841810e2fbf89e23be0e92b4a9fdd (patch) | |
tree | a72b45425b23f2445a2fa6661eed842d36f12602 /Misc/NEWS.d/next/IDLE | |
parent | 39a56e55231be00d52fa183fcd2b7d88619ced4b (diff) | |
download | cpython-1341582e165841810e2fbf89e23be0e92b4a9fdd.zip cpython-1341582e165841810e2fbf89e23be0e92b4a9fdd.tar.gz cpython-1341582e165841810e2fbf89e23be0e92b4a9fdd.tar.bz2 |
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>
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2020-06-16-12-16-13.bpo-40511.XkihpM.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2020-06-16-12-16-13.bpo-40511.XkihpM.rst b/Misc/NEWS.d/next/IDLE/2020-06-16-12-16-13.bpo-40511.XkihpM.rst new file mode 100644 index 0000000..cc96798 --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2020-06-16-12-16-13.bpo-40511.XkihpM.rst @@ -0,0 +1,3 @@ +Typing opening and closing parentheses inside the parentheses of a function +call will no longer cause unnecessary "flashing" off and on of an existing +open call-tip, e.g. when typed in a string literal. |