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 flox
Recipients brett.cannon, ezio.melotti, flox
Date 2010-02-03.21:24:09
SpamBayes Score 0.005155521
Marked as misclassified No
Message-id <1265232250.8.0.221163190799.issue7849@psf.upfronthosting.co.za>
In-reply-to
Content
Actually this patch enhances check_warnings() in other ways too:
 - it verifies if the warning is effectively raised
 - it deals with "py3k" warnings separately

It could be used instead of warnings.filterwarnings() with some benefits.
History
Date User Action Args
2010-02-03 21:24:10floxsetrecipients: + flox, brett.cannon, ezio.melotti
2010-02-03 21:24:10floxsetmessageid: <1265232250.8.0.221163190799.issue7849@psf.upfronthosting.co.za>
2010-02-03 21:24:09floxlinkissue7849 messages
2010-02-03 21:24:09floxcreate