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 terry.reedy
Recipients kbk, roger.serwy, serhiy.storchaka, terry.reedy
Date 2014-09-15.20:05:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410811504.45.0.821899415667.issue22420@psf.upfronthosting.co.za>
In-reply-to
Content
You meant it the other way around 'replace sys.stderr.write() by print(file=sys.stderr)'.  In the two cases where Idle exits anyway, this will not make any difference (except possible in the return code).  In the other cases where Idle tries to continue, this will.  The real fix needed is to replace stderr, at least when None, so that the messages are displayed in a gui widget.  However, if I cannot do that this week, before 3.4.2, I will apply this. Thanks for the patch.
History
Date User Action Args
2014-09-15 20:05:04terry.reedysetrecipients: + terry.reedy, kbk, roger.serwy, serhiy.storchaka
2014-09-15 20:05:04terry.reedysetmessageid: <1410811504.45.0.821899415667.issue22420@psf.upfronthosting.co.za>
2014-09-15 20:05:04terry.reedylinkissue22420 messages
2014-09-15 20:05:04terry.reedycreate