commit | bfdeaa37b3df7466624c17f9450d2bd1c3d95edf | [log] [tgz] |
---|---|---|
author | Zackery Spytz <zspytz@gmail.com> | Thu Jan 30 18:55:42 2020 -0700 |
committer | GitHub <noreply@github.com> | Thu Jan 30 20:55:42 2020 -0500 |
tree | edc63f65219cf7c25425e19946bc48b396dbf489 | |
parent | 46874c26ee1fc752e2e6930efa1d223b2351edb8 [diff] |
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>