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 benjamin.peterson
Recipients benjamin.peterson, brett.cannon
Date 2008-08-20.21:53:45
SpamBayes Score 3.6080343e-09
Marked as misclassified No
Message-id <1afaf6160808201453q17838e17t5c9b807eafe470d9@mail.gmail.com>
In-reply-to <bbaeab100808201451l71554ddy7660186e09961c0f@mail.gmail.com>
Content
On Wed, Aug 20, 2008 at 4:51 PM, Brett Cannon <report@bugs.python.org> wrote:
>
> Brett Cannon <brett@python.org> added the comment:
>
> 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.

Why would you have to much around in sys.modules?
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue3602>
> _______________________________________
>

-- 
Cheers,
Benjamin Peterson
"There's no place like 127.0.0.1."
History
Date User Action Args
2008-08-20 21:53:46benjamin.petersonsetrecipients: + benjamin.peterson, brett.cannon
2008-08-20 21:53:45benjamin.petersonlinkissue3602 messages
2008-08-20 21:53:45benjamin.petersoncreate