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 benjamin.peterson, brett.cannon, ezio.melotti, flox, pitrou
Date 2010-03-01.03:34:36
SpamBayes Score 2.8826944e-08
Marked as misclassified No
Message-id <1267414478.25.0.456310689331.issue7849@psf.upfronthosting.co.za>
In-reply-to
Content
"lazy" sounds like a bad name for that parameter. It makes me think of lazy evaluation, not error checking.

There's also the problem that check_py3k_warnings() will check all DeprecationWarnings, not only py3k-specific ones. We need a Py3kDeprecationWarning subclass.
Besides, there doesn't seem to be any point accepting positional arguments in check_py3k_warnings(). If you want a custom filter, just use check_warnings() instead.
History
Date User Action Args
2010-03-01 03:34:38pitrousetrecipients: + pitrou, brett.cannon, benjamin.peterson, ezio.melotti, flox
2010-03-01 03:34:38pitrousetmessageid: <1267414478.25.0.456310689331.issue7849@psf.upfronthosting.co.za>
2010-03-01 03:34:36pitroulinkissue7849 messages
2010-03-01 03:34:36pitroucreate