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 brett.cannon
Recipients barry, brett.cannon, exarkun, pitrou
Date 2008-09-07.21:29:07
SpamBayes Score 2.5036846e-07
Marked as misclassified No
Message-id <1220822957.31.0.994306911459.issue3781@psf.upfronthosting.co.za>
In-reply-to
Content
The new patch ditches the WarningsRecorder class and just returns a list
that is directly mutated. I also removed all uses of
test.test_support.catch_warning() and moved them over. Docs have been
thoroughly updated to give example usage. And lastly, I fixed bsddb to
use catch_warnings() where it was blindly resetting the warnings filter.
It still sets a filter at the top of the module, but I didn't want to
have to search for all potential places where catch_warnings() would
have been needed.
History
Date User Action Args
2008-09-07 21:29:18brett.cannonsetrecipients: + brett.cannon, barry, exarkun, pitrou
2008-09-07 21:29:17brett.cannonsetmessageid: <1220822957.31.0.994306911459.issue3781@psf.upfronthosting.co.za>
2008-09-07 21:29:16brett.cannonlinkissue3781 messages
2008-09-07 21:29:16brett.cannoncreate