Alexander Belopolsky added the comment:

> I think we should check for -q both before -m and after, because why not?

If we check for sys.flags.quiet, wouldn't it be surprising to have

$ python3 -mcode -q
>>> import sys; sys.flags.quiet
0

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21966>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to