New submission from Roger Serwy:

As a formality, I opened this issue to apply 872a3aca2120 to the 3.x branch. 
This addresses a concern brought up by Terry in msg187323 from issue5492. 
Here's the relevant part of the message:

"""
Without or with patch, quit() or exit brings up TK box
(?) The program is still running!
    Do you want to kill it?
    [OK]  [Cancel]
Did this always happen?

[Cancel] causes traceback (not good, regression?)
Traceback (most recent call last):
  File "<pyshell#0>", line 1, in <module>
    quit()
  File "D:\Python\dev\cpython\lib\site.py", line 356, in __call__
    raise SystemExit(code)
SystemExit: None
"""

----------
assignee: roger.serwy
components: IDLE
files: catch_exit.patch
keywords: patch
messages: 191007
nosy: rhettinger, roger.serwy, terry.reedy
priority: low
severity: normal
stage: patch review
status: open
title: IDLE: forward apply patch for handling SystemExit
type: behavior
versions: Python 3.3, Python 3.4
Added file: http://bugs.python.org/file30551/catch_exit.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18196>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to