]> 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:57:02 +0000 (06:57 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Thu, 6 Mar 2008 06:57:02 +0000 (06:57 +0000)
commitbc89897e5f9580bfcd7183cddcf7b2fa727346d3
tree072acf6b462a705dedab8fd44ab3ea94872b2d94
parent2985e30b6ed4c03e0402af2edd747277786fa8db
Patch #2232: os.tmpfile might fail on Windows if the user has no
permission to create files in the root directory.
Lib/test/test_os.py
Misc/NEWS