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 scott_daniels
Recipients scott_daniels
Date 2008-09-21.23:52:15
SpamBayes Score 1.8934657e-06
Marked as misclassified No
Message-id <1222041136.39.0.521824941747.issue3926@psf.upfronthosting.co.za>
In-reply-to
Content
Idle doesn't accept the new improved warnings arguments, thus escalating
warnings to failures.  This is, I believe, the core reason that Idle was
failing on windows (warnings about deprecated set_daemon call escalated
to a failure).

Files affected: idlelib/PyShell.py and idlelib/run.py

On chasing this, it looks like the code in warnings.py is masking 
IOErrors a little too broadly, so we should probably also narrow the
exception handling in warnings.py

Patch coming, but not ready just yet.
History
Date User Action Args
2008-09-21 23:52:16scott_danielssetrecipients: + scott_daniels
2008-09-21 23:52:16scott_danielssetmessageid: <1222041136.39.0.521824941747.issue3926@psf.upfronthosting.co.za>
2008-09-21 23:52:15scott_danielslinkissue3926 messages
2008-09-21 23:52:15scott_danielscreate