summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2014-04-28 22:56:08 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2014-04-28 22:56:08 (GMT)
commit6999441d62cfc6a6273b0e9e3df2cce0ef3f05fa (patch)
tree464a66cd5daa0eb45c7f6c11ec06fb6e2e065114 /Misc
parent7fae75a415cb0c8cac099f5d122d9b7bf3b104bf (diff)
downloadcpython-6999441d62cfc6a6273b0e9e3df2cce0ef3f05fa.zip
cpython-6999441d62cfc6a6273b0e9e3df2cce0ef3f05fa.tar.gz
cpython-6999441d62cfc6a6273b0e9e3df2cce0ef3f05fa.tar.bz2
Issue #20355: -W command line options now have higher priority than the PYTHONWARNINGS environment variable. Patch by Arfrever.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9127958..4539f4d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Release date: TBA
Core and Builtins
-----------------
+- Issue #20355: -W command line options now have higher priority than the
+ PYTHONWARNINGS environment variable. Patch by Arfrever.
+
- Issue #21274: Define PATH_MAX for GNU/Hurd in Python/pythonrun.c.
- Issue #20904: Support setting FPU precision on m68k.