]> 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:37 +0000 (13:26 -0700)
committerGitHub <noreply@github.com>
Sun, 9 Aug 2020 20:26:37 +0000 (13:26 -0700)
commit61f23cb62d6bdd72b61fc36abf4c1492493d71af
tree23bb3bf804def74a805dacd4aed1218b3af6d8c0
parentf421865c76a34a80c57350bcfbde664f4e80313d
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]