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:50:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512557406.67.0.213398074469.issue32230@psf.upfronthosting.co.za>
In-reply-to
Content
No, we don't need to worry about BytesWarning if neither -b nor -bb are set, as the interpreter doesn't even emit the warning in that case.

The only thing the warnings machinery gets used for is to print the messages and/or raise the exceptions (so it would arguably be clearer to omit the filter entirely in the case where the flag isn't set at all).
History
Date User Action Args
2017-12-06 10:50:06ncoghlansetrecipients: + ncoghlan, vstinner
2017-12-06 10:50:06ncoghlansetmessageid: <1512557406.67.0.213398074469.issue32230@psf.upfronthosting.co.za>
2017-12-06 10:50:06ncoghlanlinkissue32230 messages
2017-12-06 10:50:06ncoghlancreate