commit | aebbaeb962b306d6143f77762dd53fae176bcf0e | [log] [tgz] |
---|---|---|
author | Philip Jenvey <pjenvey@underboss.org> | Tue Apr 06 23:24:45 2010 +0000 |
committer | Philip Jenvey <pjenvey@underboss.org> | Tue Apr 06 23:24:45 2010 +0000 |
tree | 50306f126f5f937e36252821dcfcd4398a4b3c82 | |
parent | c1bf677e28a52b501ab9f93a6b78c6c0abbcc8ce [diff] [blame] |
#7301: add the environment variable $PYTHONWARNINGS to supplement the -W command line option patch from Brian Curtin
diff --git a/Misc/NEWS b/Misc/NEWS index 7b82372..1334cdc 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and Builtins ----------------- +- Issue #7301: Add environment variable $PYTHONWARNINGS. + - Issue #8329: Don't return the same lists from select.select when no fds are changed.