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 tseaver
Recipients benjamin.peterson, brett.cannon, exarkun, flox, mark.dickinson, pitrou, tseaver
Date 2010-04-30.11:10:27
SpamBayes Score 7.816392e-05
Marked as misclassified No
Message-id <1272625831.12.0.494520707231.issue4180@psf.upfronthosting.co.za>
In-reply-to
Content
This patch replaces my earlier 'py_warnings' patch.  It revamps the Python side to check filters before deciding not to emit the warning based on the registry.  The new "<filter>_after_default" tests pass on the Python side with this patch.
History
Date User Action Args
2010-04-30 11:10:32tseaversetrecipients: + tseaver, brett.cannon, exarkun, mark.dickinson, pitrou, benjamin.peterson, flox
2010-04-30 11:10:31tseaversetmessageid: <1272625831.12.0.494520707231.issue4180@psf.upfronthosting.co.za>
2010-04-30 11:10:29tseaverlinkissue4180 messages
2010-04-30 11:10:29tseavercreate