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
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.cvsignore -rw-r--r-- 109 bytes
.hgtags -rw-r--r-- 2.5 KB
LICENSE -rw-r--r-- 12.9 KB
Makefile.pre.in -rw-r--r-- 31.1 KB
README -rw-r--r-- 48.3 KB
aclocal.m4 -rw-r--r-- 2.1 KB
configure -rwxr-xr-x 588.3 KB
configure.in -rw-r--r-- 84.4 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 24.7 KB
setup.py -rw-r--r-- 50.7 KB

README

back to top