Message307721
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). |
|
| Date |
User |
Action |
Args |
| 2017-12-06 10:50:06 | ncoghlan | set | recipients:
+ ncoghlan, vstinner |
| 2017-12-06 10:50:06 | ncoghlan | set | messageid: <[email protected]> |
| 2017-12-06 10:50:06 | ncoghlan | link | issue32230 messages |
| 2017-12-06 10:50:06 | ncoghlan | create | |
|