mirror of
https://github.com/python/cpython.git
synced 2025-11-18 18:31:56 +00:00
Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric in #1772833.
This commit is contained in:
parent
31e3b77fea
commit
8aa7e999b5
6 changed files with 14 additions and 4 deletions
|
|
@ -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
|
||||
-------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue