diff options
Diffstat (limited to 'Doc/library/sys.rst')
-rw-r--r-- | Doc/library/sys.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 6aaf10c..d10defb 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -264,6 +264,11 @@ always available. +------------------------------+------------------------------------------+ | :const:`bytes_warning` | -b | +------------------------------+------------------------------------------+ + | :const:`quiet` | -q | + +------------------------------+------------------------------------------+ + + .. versionchanged:: 3.2 + Added ``quiet`` attribute for the new :option:`-q` flag. .. data:: float_info |