Initial Python 2.6 portability in SCons code itself, using subprocess
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Tue, 7 Oct 2008 00:40:11 +0000 (00:40 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Tue, 7 Oct 2008 00:40:11 +0000 (00:40 +0000)
commit547a4cf69af42a299ae3c59a020a0e9470b898f3
treebc7ebfee28b3e34b86c38837c6a951c6121f8a0a
parent5c096ea8ce894a6baf3ec494e29d9f23fca562c5
Initial Python 2.6 portability in SCons code itself, using subprocess
in place of popen2, and calling hashlib.md5() instead of the md5 module.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3571 fdb21ef1-2011-0410-befe-b5e4ea1792b1
src/engine/SCons/Platform/posix.py
src/engine/SCons/Tool/msvs.py
src/engine/SCons/Tool/rpm.py