This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author roger.serwy
Recipients rhettinger, roger.serwy, terry.reedy
Date 2013-06-12.03:20:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371007233.82.0.0390159251256.issue18196@psf.upfronthosting.co.za>
In-reply-to
Content
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
"""
History
Date User Action Args
2013-06-12 03:20:33roger.serwysetrecipients: + roger.serwy, rhettinger, terry.reedy
2013-06-12 03:20:33roger.serwysetmessageid: <1371007233.82.0.0390159251256.issue18196@psf.upfronthosting.co.za>
2013-06-12 03:20:33roger.serwylinkissue18196 messages
2013-06-12 03:20:33roger.serwycreate