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 vstinner
Recipients Arfrever, brett.cannon, kbk, python-dev, r.david.murray, roger.serwy, terry.reedy, vinay.sajip, vstinner
Date 2013-06-24.22:20:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372112433.34.0.21564872603.issue18081@psf.upfronthosting.co.za>
In-reply-to
Content
This issue is *really* annoying: it makes buildbots almost useless (it is no more possible to check if a commit introduces a regression). So until the best fix is decided, I applied a temporary fix (based on  changes.diff written by  Vinay Sajip):

New changeset 2a9e1eb3719c by Victor Stinner in branch 'default':
Issue #18081: Workaround "./python -m test_idle test_logging" failure
http://hg.python.org/cpython/rev/2a9e1eb3719c

I checked that "import warnings; warnings.warn('test')" does still use the custom warning hook in IDLE. I don't know how to test all hooks.
History
Date User Action Args
2013-06-24 22:20:33vstinnersetrecipients: + vstinner, brett.cannon, terry.reedy, kbk, vinay.sajip, roger.serwy, Arfrever, r.david.murray, python-dev
2013-06-24 22:20:33vstinnersetmessageid: <1372112433.34.0.21564872603.issue18081@psf.upfronthosting.co.za>
2013-06-24 22:20:33vstinnerlinkissue18081 messages
2013-06-24 22:20:33vstinnercreate