]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41468: Improve and test IDLE run error exit (GH-21798)
authorTerry Jan Reedy <tjreedy@udel.edu>
Sun, 9 Aug 2020 20:08:30 +0000 (16:08 -0400)
committerGitHub <noreply@github.com>
Sun, 9 Aug 2020 20:08:30 +0000 (16:08 -0400)
commitf2e161c27964a59bc5ab20d96f87ba5862c6222d
tree9be01aee71ca931edbca893b632437c81a8ccc49
parent8b67bf907c51846853127176cbb2982d102a2c2d
bpo-41468: Improve and test IDLE run error exit  (GH-21798)

A message box pops up when an unexpected error stops the run process.  Tell users it is likely a random glitch, but report it if not.
Lib/idlelib/NEWS.txt
Lib/idlelib/idle_test/test_run.py
Lib/idlelib/run.py
Misc/NEWS.d/next/IDLE/2020-08-09-13-42-55.bpo-41468.zkP0_Y.rst [new file with mode: 0644]