diff options
author | Roger Serwy <roger.serwy@gmail.com> | 2013-06-12 03:25:14 (GMT) |
---|---|---|
committer | Roger Serwy <roger.serwy@gmail.com> | 2013-06-12 03:25:14 (GMT) |
commit | f4675219273d902de8d20280746a8ada6c8aa4b8 (patch) | |
tree | 3cea55520ce5fc569b6cde06feebbbd59d19b6c7 /Misc | |
parent | 036e84924a0e0bdcc3c17033ea0263a3462825e1 (diff) | |
download | cpython-f4675219273d902de8d20280746a8ada6c8aa4b8.zip cpython-f4675219273d902de8d20280746a8ada6c8aa4b8.tar.gz cpython-f4675219273d902de8d20280746a8ada6c8aa4b8.tar.bz2 |
#18196: Avoid displaying spurious SystemExit tracebacks.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -81,6 +81,8 @@ Library IDLE ---- +- Issue #18196: Avoid displaying spurious SystemExit tracebacks. + - Issue #5492: Avoid traceback when exiting IDLE caused by a race condition. - Issue #17511: Keep IDLE find dialog open after clicking "Find Next". |