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 pitrou
Recipients brett.cannon, flox, giampaolo.rodola, michael.foord, pitrou
Date 2010-09-03.17:05:04
SpamBayes Score 4.302065e-07
Marked as misclassified No
Message-id <1283533501.3223.1.camel@localhost.localdomain>
In-reply-to <1283532358.91.0.652365975312.issue9754@psf.upfronthosting.co.za>
Content
> Patch looks good. However tests do not pass with -Werror (while test_warnings and others pass).
> 
> 
> Is there a way to catch multiple warnings on a single logical line?

I thought we could beef up the API with additional arguments.
That would be at the expense of removing the "callable" argument (and
mandating the use as a context manager), though, otherwise the signature
gets too complicated.
History
Date User Action Args
2010-09-03 17:05:05pitrousetrecipients: + pitrou, brett.cannon, giampaolo.rodola, michael.foord, flox
2010-09-03 17:05:04pitroulinkissue9754 messages
2010-09-03 17:05:04pitroucreate