]> granicus.if.org Git - python/commit
Patch #2232: os.tmpfile might fail on Windows if the user has no
authorMartin v. Löwis <martin@v.loewis.de>
Thu, 6 Mar 2008 06:55:22 +0000 (06:55 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Thu, 6 Mar 2008 06:55:22 +0000 (06:55 +0000)
commitd2bbe526c37e0f3810c4acb3cc3a5d0fcbcbeae7
tree0f545b0fec977fc0b4513d55e41751aee9eed3ed
parent1df03405fc30604e00d506ac0f8c112517d8526e
Patch #2232: os.tmpfile might fail on Windows if the user has no
permission to create files in the root directory.
Will backport to 2.5.
Lib/test/test_os.py
Misc/NEWS