Apply patch submitted in issue #947 to fix race condition in
authorgaryo <garyo@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sun, 15 Nov 2009 14:32:02 +0000 (14:32 +0000)
committergaryo <garyo@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sun, 15 Nov 2009 14:32:02 +0000 (14:32 +0000)
commit00a915c7a102cd3d7513a2b3802217f692fcee06
treee45c285f90db155fd9a0afd9e21f7133a7b038de
parentdc0b70e76943c282b79b3971b266e9a0bbe1761a
Apply patch submitted in issue #947 to fix race condition in
TempFileMunge by using mkstemp instead of mktemp.  Includes
pre-Python-2.3 compat version of mkstemp.  Thanks to Jim Randall.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@4392 fdb21ef1-2011-0410-befe-b5e4ea1792b1
src/CHANGES.txt
src/engine/SCons/Platform/__init__.py
src/engine/SCons/compat/__init__.py