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 vinay.sajip
Recipients Arfrever, brett.cannon, kbk, r.david.murray, roger.serwy, terry.reedy, vinay.sajip
Date 2013-06-16.21:34:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371418465.23.0.530404962144.issue18081@psf.upfronthosting.co.za>
In-reply-to
Content
> In the meanwhile, I will try using support.import_fresh_module('warnings') in test_logging, or better, saving and restoring warnings in test_idle.

I agree the second option (changing test_idle) is better. The failing logging test is checking to ensure that the original warnings implementation is used when an explicit file is passed to warnings.showwarning, but it assumes that original implementation is the one in warnings when comparing the output from that (supposed) original implementation.

+1 to restoring the environment and locale in test_idle, too.
History
Date User Action Args
2013-06-16 21:34:25vinay.sajipsetrecipients: + vinay.sajip, brett.cannon, terry.reedy, kbk, roger.serwy, Arfrever, r.david.murray
2013-06-16 21:34:25vinay.sajipsetmessageid: <1371418465.23.0.530404962144.issue18081@psf.upfronthosting.co.za>
2013-06-16 21:34:25vinay.sajiplinkissue18081 messages
2013-06-16 21:34:25vinay.sajipcreate