commit | bc89897e5f9580bfcd7183cddcf7b2fa727346d3 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Thu Mar 06 06:57:02 2008 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Thu Mar 06 06:57:02 2008 +0000 |
tree | 072acf6b462a705dedab8fd44ab3ea94872b2d94 | |
parent | 2985e30b6ed4c03e0402af2edd747277786fa8db [diff] [blame] |
Patch #2232: os.tmpfile might fail on Windows if the user has no permission to create files in the root directory.
diff --git a/Misc/NEWS b/Misc/NEWS index e04cb3c..733775f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -28,6 +28,13 @@ Extension Modules ----------------- +Tests +----- + +- Patch #2232: os.tmpfile might fail on Windows if the user has no + permission to create files in the root directory. + + Documentation -------------