Message248559
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. |
|
Date |
User |
Action |
Args |
2015-08-14 06:47:26 | ashkop | set | recipients:
+ ashkop, rbcollins, ezio.melotti, flox, berker.peksag, martin.panter, serhiy.storchaka |
2015-08-14 06:47:26 | ashkop | set | messageid: <1439534846.25.0.869226310298.issue18383@psf.upfronthosting.co.za> |
2015-08-14 06:47:26 | ashkop | link | issue18383 messages |
2015-08-14 06:47:26 | ashkop | create | |
|