STINNER Victor <victor.stin...@gmail.com> added the comment: "-W options > PYTHONWARNINGS > BytesWarning > -X dev > default filters"
Hum, sorry, according to bpo-20361 (and bpo-32231 which has been marked as a duplicate of bpo-20361), -b and -bb options must have the priority over -W/PYTHONWARNINGS. So it gives something closer to: -b and -bb > -W > PYTHONWARNINGS > ignore::BytesWarning > -X dev > default filters where ignore::BytesWarning is only not added if -b or -bb is used. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue32230> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com