]> 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:14:16 +0000 (18:14 -0800)
committerGitHub <noreply@github.com>
Fri, 31 Jan 2020 02:14:16 +0000 (18:14 -0800)
commit83d3202b92fb4c2fc6df5b035d57f3a1cf715f20
treec66a342804fa1c9ebd25a1f1dfa83753160b4435
parentb841633cc2d7619cf4a7db108d91b14926450a6e
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]