Message307732
"-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. |
|
Date |
User |
Action |
Args |
2017-12-06 12:02:56 | vstinner | set | recipients:
+ vstinner, ncoghlan |
2017-12-06 12:02:56 | vstinner | set | messageid: <1512561776.65.0.213398074469.issue32230@psf.upfronthosting.co.za> |
2017-12-06 12:02:56 | vstinner | link | issue32230 messages |
2017-12-06 12:02:56 | vstinner | create | |
|