diff options
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2014-07-12 20:36:33 (GMT) |
---|---|---|
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2014-07-12 20:36:33 (GMT) |
commit | 007a90317d154536f68278a69743418d8301ca3f (patch) | |
tree | 775f958402c37451f7cf70187e3df767561498b4 /Misc | |
parent | de1fb6660b212fc32e38119221a667188b907d67 (diff) | |
download | cpython-007a90317d154536f68278a69743418d8301ca3f.zip cpython-007a90317d154536f68278a69743418d8301ca3f.tar.gz cpython-007a90317d154536f68278a69743418d8301ca3f.tar.bz2 |
Issue #21966: Respect -q command-line option when code module is ran.
Contributed by Anton Barkovsky.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -108,6 +108,8 @@ Core and Builtins Library ------- +- Issue #21966: Respect -q command-line option when code module is ran. + - Issue #19076: Don't pass the redundant 'file' argument to self.error(). - Issue #16382: Improve exception message of warnings.warn() for bad |