diff options
author | Philip Jenvey <pjenvey@underboss.org> | 2010-04-06 23:24:45 (GMT) |
---|---|---|
committer | Philip Jenvey <pjenvey@underboss.org> | 2010-04-06 23:24:45 (GMT) |
commit | aebbaeb962b306d6143f77762dd53fae176bcf0e (patch) | |
tree | 50306f126f5f937e36252821dcfcd4398a4b3c82 /Misc/NEWS | |
parent | c1bf677e28a52b501ab9f93a6b78c6c0abbcc8ce (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |