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 orsenthil
Recipients orsenthil, pitrou, python-dev, r.david.murray, skrah
Date 2012-04-11.15:11:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334157060.99.0.833829056568.issue14341@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Antoine, 

I saw that check_warnings was commonly used ( and perhaps I had used to earlier without any problems) and overlooked assertWarns. But I think, it is good to remove support.check_warnings dependency here and just use assertWarnings.  Let me see if this squashes that sporadic failures in builldbots.

I think, the test_http_cookiejar and test_urllib2 dependency (if any) should also be looked at irrespective of this. I shall check that.

Thanks,
Senthil

Thanks.
History
Date User Action Args
2012-04-11 15:11:01orsenthilsetrecipients: + orsenthil, pitrou, r.david.murray, skrah, python-dev
2012-04-11 15:11:00orsenthilsetmessageid: <1334157060.99.0.833829056568.issue14341@psf.upfronthosting.co.za>
2012-04-11 15:11:00orsenthillinkissue14341 messages
2012-04-11 15:11:00orsenthilcreate