From: Evan Broder Date: Thu, 26 Nov 2009 14:45:03 +0000 (-0500) Subject: Replace NamedTemporaryFile with mkstemp in invirt-build-conf and X-Git-Tag: 0.1.5~65 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-dev.git/commitdiff_plain/643e51926cb33b020b1a5b2726239e96a754b65f?hp=643e51926cb33b020b1a5b2726239e96a754b65f Replace NamedTemporaryFile with mkstemp in invirt-build-conf and invirt-submit-build. NamedTemporaryFile lacks the delete kwarg in Python 2.5, meaning that files are always deleted when the fd is closed. svn path=/trunk/packages/invirt-dev/; revision=2567 ---