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 benjamin.peterson, brett.cannon
Date 2008-08-20.21:51:25
SpamBayes Score 2.5249161e-08
Marked as misclassified No
Message-id <bbaeab100808201451l71554ddy7660186e09961c0f@mail.gmail.com>
In-reply-to <1219253382.01.0.538890332193.issue3602@psf.upfronthosting.co.za>
Content
On Wed, Aug 20, 2008 at 10:29 AM, Benjamin Peterson
<report@bugs.python.org> wrote:
>
> Benjamin Peterson <musiccomposition@gmail.com> added the comment:
>
> I don't think the using argument should live in warnings; it's too test
> specific. I recommend we still keep a catch_warning in test_support (or
> even just test_warnings since this seems to be the only use-case).
>

But decoupling from the core code of the context manager for this is
not straight-forward without mucking around in sys.modules and that is
always a risky thing to do.
History
Date User Action Args
2008-08-20 21:51:26brett.cannonsetrecipients: + brett.cannon, benjamin.peterson
2008-08-20 21:51:25brett.cannonlinkissue3602 messages
2008-08-20 21:51:25brett.cannoncreate