]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41468: Improve and test IDLE run error exit (GH-21798)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 9 Aug 2020 20:26:21 +0000 (13:26 -0700)
committerGitHub <noreply@github.com>
Sun, 9 Aug 2020 20:26:21 +0000 (13:26 -0700)
commita9fa66377fbd9ea2fca1483345a8c27d1b32d5b4
tree6d20b274e6e9fccec54386f333caecf2ae7aed7c
parent6860cf5387dafde29ef3b6cae775593f64571c42
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.
(cherry picked from commit f2e161c27964a59bc5ab20d96f87ba5862c6222d)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
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]