summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-12-28 18:30:18 (GMT)
committerGeorg Brandl <georg@python.org>2010-12-28 18:30:18 (GMT)
commit8aa7e999b5ab87cdbefe441649c223647875c110 (patch)
tree1fc0ca2cc25768d07c0ac241a053c2e07809a919 /Misc
parent31e3b77fea0a1c4703bade2c68b1252505a77bc7 (diff)
downloadcpython-8aa7e999b5ab87cdbefe441649c223647875c110.zip
cpython-8aa7e999b5ab87cdbefe441649c223647875c110.tar.gz
cpython-8aa7e999b5ab87cdbefe441649c223647875c110.tar.bz2
Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric in #1772833.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 674ae64..f69abcf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,8 @@ Core and Builtins
- Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystem
encoding instead of UTF-8.
+- Add sys.flags attribute for the new -q command-line option.
+
Library
-------