]> granicus.if.org Git - python/commit
SF bug 728097: tmpnam problems on windows 2.3b, breaks test.test_os.
authorTim Peters <tim.peters@gmail.com>
Mon, 28 Apr 2003 03:13:03 +0000 (03:13 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 28 Apr 2003 03:13:03 +0000 (03:13 +0000)
commit5501b5e3d769e56d48722e97dd98f571ff128a54
tree9099b46bc29cae35ba3bb834ef0ed9e6b28298d5
parentbf89b3a1f7937d7dbbcb2d739b3276c363631d9c
SF bug 728097:  tmpnam problems on windows 2.3b, breaks test.test_os.
tmpnam() appears essentially useless on Windows, and it finally broke
the test for Irmen de Jong.  Read the long new comment in test_tmpnam()
for details.  Since the MS implementation is insane, it might be good
if we supplied a different implementation.

Bugfix candidate.
Doc/lib/libos.tex
Lib/test/test_os.py