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 serhiy.storchaka
Recipients serhiy.storchaka
Date 2014-09-15.19:15:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410808520.06.0.74767353905.issue22420@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch replaces print(file=sys.stderr) by sys.stderr.write() in IDLE for same reason as in issue22384. May be this will eliminate some "crashes" when IDLE run with pythonw.exe.
History
Date User Action Args
2014-09-15 19:15:20serhiy.storchakasetrecipients: + serhiy.storchaka
2014-09-15 19:15:20serhiy.storchakasetmessageid: <1410808520.06.0.74767353905.issue22420@psf.upfronthosting.co.za>
2014-09-15 19:15:20serhiy.storchakalinkissue22420 messages
2014-09-15 19:15:19serhiy.storchakacreate