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 vstinner
Recipients ncoghlan, vstinner
Date 2017-12-06.10:46:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512557216.1.0.213398074469.issue32230@psf.upfronthosting.co.za>
In-reply-to
Content
> If we want "-bb" to take precedence over the passed in "-W" settings

It's not only that. Without -b nor -bb, the default::Warning filter should still come after ignore::BytesWarning, since these warnings must be ignored by default.
History
Date User Action Args
2017-12-06 10:46:56vstinnersetrecipients: + vstinner, ncoghlan
2017-12-06 10:46:56vstinnersetmessageid: <1512557216.1.0.213398074469.issue32230@psf.upfronthosting.co.za>
2017-12-06 10:46:56vstinnerlinkissue32230 messages
2017-12-06 10:46:56vstinnercreate