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, eric.snow, ncoghlan, pitrou
Date 2014-06-11.16:11:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402503104.19.0.836333157517.issue21724@psf.upfronthosting.co.za>
In-reply-to
Content
There seems to be no (official) way to reset the warnings registry; in particular, resetwarnings() doesn't reset it. It makes it difficult to get repeatable warning messages, e.g. at the command prompt, because the shortcut path will silence messages which were already emitted, even if the filter have been changed to "always" in-between.
History
Date User Action Args
2014-06-11 16:11:44pitrousetrecipients: + pitrou, brett.cannon, ncoghlan, eric.snow
2014-06-11 16:11:44pitrousetmessageid: <1402503104.19.0.836333157517.issue21724@psf.upfronthosting.co.za>
2014-06-11 16:11:44pitroulinkissue21724 messages
2014-06-11 16:11:43pitroucreate