]> granicus.if.org Git - python/commit
Merged revisions 79878-79880 via svnmerge from
authorPhilip Jenvey <pjenvey@underboss.org>
Wed, 7 Apr 2010 04:04:10 +0000 (04:04 +0000)
committerPhilip Jenvey <pjenvey@underboss.org>
Wed, 7 Apr 2010 04:04:10 +0000 (04:04 +0000)
commit0805ca3f931ccd4735dcaa231752371deadf5ccf
tree39545abe56278b67c831df94acca0b897c61691f
parent42dfeec893fb924cb8dda2a0bddf3fd54ab3c9e3
Merged revisions 79878-79880 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79878 | philip.jenvey | 2010-04-06 16:24:45 -0700 (Tue, 06 Apr 2010) | 4 lines

  #7301: add the environment variable $PYTHONWARNINGS to supplement the -W
  command line option
  patch from Brian Curtin
........
  r79879 | benjamin.peterson | 2010-04-06 16:32:27 -0700 (Tue, 06 Apr 2010) | 1 line

  tell people to update python.man, too
........
  r79880 | philip.jenvey | 2010-04-06 16:38:57 -0700 (Tue, 06 Apr 2010) | 1 line

  document new PYTHONWARNINGS env var
........
Doc/using/cmdline.rst
Lib/test/test_warnings.py
Misc/NEWS
Misc/python.man
Modules/main.c