Staging
v0.8.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
.cvsignore -rw-r--r-- 87 bytes
BUILDno.txt -rw-r--r-- 3.5 KB
Uninstal.wse -rw-r--r-- 9.5 KB
_bsddb.dsp -rw-r--r-- 4.1 KB
_csv.dsp -rw-r--r-- 3.9 KB
_socket.dsp -rwxr-xr-x 3.9 KB
_sre.dsp -rwxr-xr-x 3.9 KB
_ssl.dsp -rw-r--r-- 2.4 KB
_ssl.mak -rw-r--r-- 655 bytes
_symtable.dsp -rw-r--r-- 4.0 KB
_testcapi.dsp -rw-r--r-- 4.0 KB
_tkinter.dsp -rw-r--r-- 4.2 KB
build_ssl.py -rw-r--r-- 5.7 KB
bz2.dsp -rw-r--r-- 3.7 KB
datetime.dsp -rw-r--r-- 4.0 KB
field3.py -rw-r--r-- 966 bytes
installer.bmp -rw-r--r-- 49.1 KB
make_versioninfo.dsp -rw-r--r-- 4.2 KB
mmap.dsp -rw-r--r-- 3.9 KB
parser.dsp -rw-r--r-- 4.0 KB
pcbuild.dsw -rw-r--r-- 6.6 KB
pydebug.iss -rw-r--r-- 4.0 KB
pyexpat.dsp -rwxr-xr-x 4.4 KB
python.dsp -rw-r--r-- 3.7 KB
python.iss -rw-r--r-- 15.1 KB
python20.wse -rw-r--r-- 79.2 KB
pythoncore.dsp -rw-r--r-- 12.1 KB
pythonw.dsp -rw-r--r-- 3.9 KB
readme.txt -rw-r--r-- 12.9 KB
rmpyc.py -rw-r--r-- 597 bytes
rt.bat -rwxr-xr-x 1.4 KB
select.dsp -rwxr-xr-x 4.0 KB
unicodedata.dsp -rwxr-xr-x 4.0 KB
w9xpopen.dsp -rw-r--r-- 3.4 KB
winreg.dsp -rw-r--r-- 4.0 KB
winsound.dsp -rw-r--r-- 3.8 KB
zlib.dsp -rw-r--r-- 4.1 KB

readme.txt

back to top