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-09.15:02:11
SpamBayes Score 0.00054651324
Marked as misclassified No
Message-id <1220972532.86.0.698009553369.issue3781@psf.upfronthosting.co.za>
In-reply-to
Content
I will put together two patches: one that reverts all the way back to what we had in the betas, and another which just reverts the Python test suite changes in the most recent checkin (instead modifying test_support.catch_warning to use the modified warnings.catch_warnings), then fixes the context manager in the warnings module (adding tests for both bugs)
History
Date User Action Args
2008-09-09 15:02:12ncoghlansetrecipients: + ncoghlan, barry, brett.cannon, exarkun, pitrou, benjamin.peterson
2008-09-09 15:02:12ncoghlansetmessageid: <1220972532.86.0.698009553369.issue3781@psf.upfronthosting.co.za>
2008-09-09 15:02:12ncoghlanlinkissue3781 messages
2008-09-09 15:02:11ncoghlancreate