diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2014-04-28 22:56:08 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2014-04-28 22:56:08 (GMT) |
commit | 6999441d62cfc6a6273b0e9e3df2cce0ef3f05fa (patch) | |
tree | 464a66cd5daa0eb45c7f6c11ec06fb6e2e065114 /Misc | |
parent | 7fae75a415cb0c8cac099f5d122d9b7bf3b104bf (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |