Message185621
| Author | roger.serwy |
|---|---|
| Recipients | roger.serwy, terry.reedy |
| Date | 2013-03-31.08:27:49 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1364718469.63.0.272396412948.issue17585@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I agree that site.py's Quitter exception logic has a flaw as described on the email from python-dev. But I disagree that the problem of IDLE not exiting is due to site.py. Even if you fix site.py (which I did), calling sys.stdin.close() won't close IDLE since PseudoInputFile's close method doesn't call PyShell's close method. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-03-31 08:27:49 | roger.serwy | set | recipients: + roger.serwy, terry.reedy |
| 2013-03-31 08:27:49 | roger.serwy | set | messageid: <1364718469.63.0.272396412948.issue17585@psf.upfronthosting.co.za> |
| 2013-03-31 08:27:49 | roger.serwy | link | issue17585 messages |
| 2013-03-31 08:27:49 | roger.serwy | create | |