diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-08-09 20:26:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-09 20:26:21 (GMT) |
commit | a9fa66377fbd9ea2fca1483345a8c27d1b32d5b4 (patch) | |
tree | 6d20b274e6e9fccec54386f333caecf2ae7aed7c /Misc | |
parent | 6860cf5387dafde29ef3b6cae775593f64571c42 (diff) | |
download | cpython-a9fa66377fbd9ea2fca1483345a8c27d1b32d5b4.zip cpython-a9fa66377fbd9ea2fca1483345a8c27d1b32d5b4.tar.gz cpython-a9fa66377fbd9ea2fca1483345a8c27d1b32d5b4.tar.bz2 |
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>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2020-08-09-13-42-55.bpo-41468.zkP0_Y.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2020-08-09-13-42-55.bpo-41468.zkP0_Y.rst b/Misc/NEWS.d/next/IDLE/2020-08-09-13-42-55.bpo-41468.zkP0_Y.rst new file mode 100644 index 0000000..e41c7d5 --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2020-08-09-13-42-55.bpo-41468.zkP0_Y.rst @@ -0,0 +1 @@ +Improve IDLE run crash error message (which users should never see). |