]> granicus.if.org Git - python/commit
Merged revisions 75524 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Mon, 19 Oct 2009 16:33:43 +0000 (16:33 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Mon, 19 Oct 2009 16:33:43 +0000 (16:33 +0000)
commit8054fbd300f4a8893683264ef57a72d3648a7d63
treeae6f4ead0ccbc0d972b41024b7a1d074f323653f
parent769d8190225e0969e4f6c81e0d3c4d5ad73a7918
Merged revisions 75524 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75524 | r.david.murray | 2009-10-19 12:28:24 -0400 (Mon, 19 Oct 2009) | 6 lines

  Eliminate warning message that looks like an error message.  When it was
  added not finding Lib/test in the path indicated something was wrong,
  but when running regtest using "python -m" Lib/test isn't typically in
  the path, so this message is now more disturbing than it is helpful.
........
Lib/test/regrtest.py