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 ashkop
Recipients ashkop, berker.peksag, ezio.melotti, flox, martin.panter, rbcollins, serhiy.storchaka
Date 2015-08-14.06:47:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439534846.25.0.869226310298.issue18383@psf.upfronthosting.co.za>
In-reply-to
Content
This is updated patch that doesn't alter warn_explicit behavior.

So the following:
simplefilter("ignore")
simplefilter("error", append=True)
simplefilter("ignore", append=True)

will ignore all warnings with this patch and no duplicates are inserted to warnings.filters. Also added a test for that case.
History
Date User Action Args
2015-08-14 06:47:26ashkopsetrecipients: + ashkop, rbcollins, ezio.melotti, flox, berker.peksag, martin.panter, serhiy.storchaka
2015-08-14 06:47:26ashkopsetmessageid: <1439534846.25.0.869226310298.issue18383@psf.upfronthosting.co.za>
2015-08-14 06:47:26ashkoplinkissue18383 messages
2015-08-14 06:47:26ashkopcreate