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 ncoghlan
Recipients barry, benjamin.peterson, brett.cannon, exarkun, ncoghlan, pitrou
Date 2008-09-10.10:06:09
SpamBayes Score 1.790155e-05
Marked as misclassified No
Message-id <1221041171.07.0.842647380311.issue3781@psf.upfronthosting.co.za>
In-reply-to
Content
Not quite that basic for the warnings.catch_warnings() part. I plan to
leave the current warnings.catch_warnings() alone (aside from adding
some re-entrancy checks), and add back a
test.test_support.check_warnings() that uses a WarningsRecorder object
to simplify the specific use cases in the Python regression test suite
(i.e. at least adding back the easy attribute access, and possibly other
things if there are other common features of the way we use it in the
tests).

The patch will make it clearer (working on that now).
History
Date User Action Args
2008-09-10 10:06:11ncoghlansetrecipients: + ncoghlan, barry, brett.cannon, exarkun, pitrou, benjamin.peterson
2008-09-10 10:06:11ncoghlansetmessageid: <1221041171.07.0.842647380311.issue3781@psf.upfronthosting.co.za>
2008-09-10 10:06:10ncoghlanlinkissue3781 messages
2008-09-10 10:06:09ncoghlancreate