summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorPhilip Jenvey <pjenvey@underboss.org>2010-04-06 23:24:45 (GMT)
committerPhilip Jenvey <pjenvey@underboss.org>2010-04-06 23:24:45 (GMT)
commitaebbaeb962b306d6143f77762dd53fae176bcf0e (patch)
tree50306f126f5f937e36252821dcfcd4398a4b3c82 /Misc/NEWS
parentc1bf677e28a52b501ab9f93a6b78c6c0abbcc8ce (diff)
downloadcpython-aebbaeb962b306d6143f77762dd53fae176bcf0e.zip
cpython-aebbaeb962b306d6143f77762dd53fae176bcf0e.tar.gz
cpython-aebbaeb962b306d6143f77762dd53fae176bcf0e.tar.bz2
#7301: add the environment variable $PYTHONWARNINGS to supplement the -W
command line option patch from Brian Curtin
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7b82372..1334cdc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.7 beta 1?
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.