]> granicus.if.org Git - python/commit
Eliminate warning message that looks like an error message. When it was
authorR. David Murray <rdmurray@bitdance.com>
Mon, 19 Oct 2009 16:28:24 +0000 (16:28 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Mon, 19 Oct 2009 16:28:24 +0000 (16:28 +0000)
commit92a27b5206a7302c88f39f852cb92a31136b0e22
tree3955929bb06552480c0ff12522a2e659c764308e
parentd9f1944fc30510e8c4f8c159602d202a5f2293f6
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