]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38792: Remove IDLE shell calltip before new prompt. (GH-17150)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 31 Jan 2020 02:12:46 +0000 (18:12 -0800)
committerGitHub <noreply@github.com>
Fri, 31 Jan 2020 02:12:46 +0000 (18:12 -0800)
commit8d021140866d050f90a4b44c2607f21be43208c1
tree84a8512b1e81720ad4de6f52058b79f45715ce92
parent561c59777c8426fde0ef48b57cf02eddaeb2a5b8
bpo-38792: Remove IDLE shell calltip before new prompt. (GH-17150)

Previously, a calltip might be left after SyntaxError, KeyboardInterrupt, or Shell Restart.

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Co-authored-by: Tal Einat <taleinat+github@gmail.com>
(cherry picked from commit bfdeaa37b3df7466624c17f9450d2bd1c3d95edf)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Lib/idlelib/NEWS.txt
Lib/idlelib/calltip.py
Lib/idlelib/editor.py
Lib/idlelib/pyshell.py
Misc/NEWS.d/next/IDLE/2019-11-13-23-51-39.bpo-38792.xhTC5a.rst [new file with mode: 0644]