[issue21966] InteractiveConsole does not support -q option

Alexander Belopolsky report at bugs.python.org
Sat Jul 12 21:07:32 CEST 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue21966>
_______________________________________


More information about the Python-bugs-list mailing list