Staging
v0.5.1
https://github.com/python/cpython
Revision 8f67c3e045f85782016e30b5950b271b27058ae4 authored by Thomas Heller on 22 December 2004, 15:35:20 UTC, committed by Thomas Heller on 22 December 2004, 15:35:20 UTC
Partial fix for [1067732] - "wininst --install-script leaves residual
files on C:\"

'tempnam()' is used rather than 'tmpnam()' - 'tmpnam' creates a temp
file on the root of the current drive, and if this is readonly
explains the 'freopen' errors occasionally reported. 'tempnam' creates
the temp file in the %TEMP% directory.
1 parent ed70c40
History
Tip revision: 8f67c3e045f85782016e30b5950b271b27058ae4 authored by Thomas Heller on 22 December 2004, 15:35:20 UTC
Backport a patch from Mark Hammond.
Tip revision: 8f67c3e

ReadMe

back to top