]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38792: Remove IDLE shell calltip before new prompt. (#17150)
authorZackery Spytz <zspytz@gmail.com>
Fri, 31 Jan 2020 01:55:42 +0000 (18:55 -0700)
committerGitHub <noreply@github.com>
Fri, 31 Jan 2020 01:55:42 +0000 (20:55 -0500)
commitbfdeaa37b3df7466624c17f9450d2bd1c3d95edf
treeedc63f65219cf7c25425e19946bc48b396dbf489
parent46874c26ee1fc752e2e6930efa1d223b2351edb8
bpo-38792: Remove IDLE shell calltip before new prompt. (#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>
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]