Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric in #1772833.

This commit is contained in:
Georg Brandl 2010-12-28 18:30:18 +00:00
parent 31e3b77fea
commit 8aa7e999b5
6 changed files with 14 additions and 4 deletions

View file

@ -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
-------