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 ncoghlan
Recipients ncoghlan, vstinner
Date 2017-12-06.10:52:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512557545.88.0.213398074469.issue32231@psf.upfronthosting.co.za>
In-reply-to
Content
(From the discussion at https://bugs.python.org/issue32230#msg307721)

Another benefit we'd gain from this approach is that we could easily omit the filter entirely in the case where neither -b nor -bb is set: in those situations, BytesWarning won't be emitted at all, so we don't really need to define a filter for it.
History
Date User Action Args
2017-12-06 10:52:25ncoghlansetrecipients: + ncoghlan, vstinner
2017-12-06 10:52:25ncoghlansetmessageid: <1512557545.88.0.213398074469.issue32231@psf.upfronthosting.co.za>
2017-12-06 10:52:25ncoghlanlinkissue32231 messages
2017-12-06 10:52:25ncoghlancreate